Ignore insecure 777 permissions set by users on logrotate
This commit is contained in:
@ -16,13 +16,14 @@
|
|||||||
invoke-rc.d nginx rotate >/dev/null 2>&1
|
invoke-rc.d nginx rotate >/dev/null 2>&1
|
||||||
endscript
|
endscript
|
||||||
}
|
}
|
||||||
/home/*.onion/logs/*.log {
|
/home/*/logs/*.log {
|
||||||
daily
|
daily
|
||||||
missingok
|
missingok
|
||||||
rotate 1
|
rotate 1
|
||||||
nocompress
|
nocompress
|
||||||
delaycompress
|
delaycompress
|
||||||
notifempty
|
notifempty
|
||||||
|
su root www-data
|
||||||
create 0640 www-data www-data
|
create 0640 www-data www-data
|
||||||
sharedscripts
|
sharedscripts
|
||||||
prerotate
|
prerotate
|
||||||
|
Reference in New Issue
Block a user