mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Restore /var/crash permissions to 0750, as declared in mtree file. After
r337337 it changed to 0755. Reviewed by: loos Approved by: loos MFC after: 3 days Sponsored by: Rubicon Communications, LLC (Netgate) Differential Revision: https://reviews.freebsd.org/D18355
This commit is contained in:
parent
b1ece51fb8
commit
270adb2182
1 changed files with 3 additions and 1 deletions
|
|
@ -2,7 +2,9 @@
|
|||
|
||||
PACKAGE=runtime
|
||||
CONFS= minfree
|
||||
CONFSDIR= /var/crash
|
||||
VAR_CRASH= /var/crash
|
||||
VAR_CRASH_MODE= 0750
|
||||
CONFSDIR= VAR_CRASH
|
||||
PROG= savecore
|
||||
LIBADD= z xo
|
||||
MAN= savecore.8
|
||||
|
|
|
|||
Loading…
Reference in a new issue