2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-30 22:05:27 +00:00

Fix ntp chroot rejects Novell bnc#256291

This commit is contained in:
John Johansen
2008-11-05 14:08:43 +00:00
parent 148ed13b5e
commit 434bbfc409

View File

@@ -33,7 +33,7 @@
/drift/ntp.drift.TEMP rwl,
/etc/ntp.conf r,
/etc/ntp/drift* rwl,
/etc/ntp/keys r,
/etc/ntp.keys r,
/etc/ntp/step-tickers r,
/etc/ntpd.conf r,
/etc/ntpd.conf.tmp r,
@@ -58,5 +58,9 @@
/var/run/ntpd.pid w,
/var/tmp/ntp* rwl,
@{PROC}/*/net/if_inet6 r,
# allow access for when chrooted
/var/lib/@{PROC}/*/net/if_inet6 r,
@{NTPD_DEVICE} r,
}