mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
o More conservative permissions for kerberos.log: 600 instead of 644.
Reviewed by: peter
This commit is contained in:
parent
aed591bb15
commit
585514eb2d
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
# logfilename [owner:group] mode count size when [ZJB] [/pid_file] [sig_num]
|
||||
/var/log/cron 600 3 100 * Z
|
||||
/var/log/amd.log 644 7 100 * Z
|
||||
/var/log/kerberos.log 644 7 100 * Z
|
||||
/var/log/kerberos.log 600 7 100 * Z
|
||||
/var/log/lpd-errs 644 7 100 * Z
|
||||
/var/log/maillog 644 7 * @T00 Z
|
||||
/var/log/sendmail.st 644 10 * 168 B
|
||||
|
|
|
|||
Loading…
Reference in a new issue