b5a1419370
Accepted submit request 65172 from user licensedigger OBS-URL: https://build.opensuse.org/request/show/65172 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apparmor?expand=0&rev=14
25 lines
671 B
Plaintext
25 lines
671 B
Plaintext
From: Jeff Mahoney <jeffm@suse.com>
|
|
Subject: profile: ntpd -N needs sys_nice
|
|
References: bnc#657054
|
|
|
|
ntpd -N allows the administrator to increase or decrease priority of the
|
|
ntp server. Since the profile doesn't allow it, the operation is denied.
|
|
|
|
This patch adds support for that operation.
|
|
|
|
Signed-off-by: Jeff Mahoney <jeffm@suse.com>
|
|
---
|
|
profiles/apparmor.d/usr.sbin.ntpd | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/profiles/apparmor.d/usr.sbin.ntpd
|
|
+++ b/profiles/apparmor.d/usr.sbin.ntpd
|
|
@@ -24,6 +24,7 @@
|
|
capability sys_chroot,
|
|
capability sys_resource,
|
|
capability sys_time,
|
|
+ capability sys_nice,
|
|
|
|
network inet dgram,
|
|
network inet stream,
|