mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Move intermediary file generation to /var partition
This commit is contained in:
parent
09e5a706b7
commit
c733dcc306
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh -
|
||||
#
|
||||
# @(#)security 5.3 (Berkeley) 5/28/91
|
||||
# $Id: security,v 1.12 1996/06/30 13:16:21 peter Exp $
|
||||
# $Id: security,v 1.13 1996/06/30 19:35:20 alex Exp $
|
||||
#
|
||||
PATH=/sbin:/bin:/usr/bin
|
||||
LC_ALL=C; export LC_ALL
|
||||
|
|
@ -15,7 +15,7 @@ host=`hostname -s`
|
|||
echo "Subject: $host security check output"
|
||||
|
||||
LOG=/var/log
|
||||
TMP=/tmp/_secure.$$
|
||||
TMP=/var/run/_secure.$$
|
||||
|
||||
umask 027
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue