mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
Add the attach_disconnected flag to the ntpd profile
I noticed "disconnected path" (run/nscd/*) events for ntpd while updating to the latest openSUSE Tumbleweed. Acked-by: Seth Arnold <seth.arnold@canonical.com> for trunk and 2.9.
This commit is contained in:
parent
bb56f039a8
commit
c2973f0b7b
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
#include <tunables/global>
|
||||
#include <tunables/ntpd>
|
||||
/usr/sbin/ntpd {
|
||||
/usr/sbin/ntpd flags=(attach_disconnected) {
|
||||
#include <abstractions/base>
|
||||
#include <abstractions/nameservice>
|
||||
#include <abstractions/openssl>
|
||||
|
|
Loading…
Add table
Reference in a new issue