mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
ntpd needs read access to openssl.cnf
Patch-Author: Stefan Seyfried <seife+obs@b1-systems.com> After this change in ntp: * Mo Aug 19 2013 crrodriguez@opensuse.org - Build with -DOPENSSL_LOAD_CONF , ntp must respect and use the system's openssl configuration. we need to read openssl.cnf or starting of ntpd will fail silently(!) Patch v2 by Christian Boltz: use abstractions/openssl instead of allowing /etc/ssl/openssl.cnf directly Acked-by: Steve Beattie <steve@nxnw.org> Acked-by: Seth Arnold <seth.arnold@canonical.com>
This commit is contained in:
parent
49c51368eb
commit
1eddb70396
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
/usr/sbin/ntpd {
|
||||
#include <abstractions/base>
|
||||
#include <abstractions/nameservice>
|
||||
#include <abstractions/openssl>
|
||||
#include <abstractions/xad>
|
||||
|
||||
capability dac_override,
|
||||
|
|
Loading…
Add table
Reference in a new issue