mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
fix profile variables with no value to have empty string, as the parser doesn't support having no value yet
This commit is contained in:
parent
5eb6218708
commit
f6824704c5
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
|||
#include <tunables/global>
|
||||
|
||||
#define this to be where syslog-ng is chrooted
|
||||
@{CHROOT_BASE}=
|
||||
@{CHROOT_BASE}=""
|
||||
|
||||
/sbin/syslog-ng {
|
||||
#include <abstractions/base>
|
||||
|
|
|
@ -12,4 +12,4 @@
|
|||
|
||||
#Add your ntpd devices here eg. if you have a DCF clock
|
||||
# @{NTPD_DEVICE}=/dev/ttyS*
|
||||
@{NTPD_DEVICE}=
|
||||
@{NTPD_DEVICE}=""
|
||||
|
|
Loading…
Add table
Reference in a new issue