[Pkg-sssd-devel] sssd: Changes to 'master'
Timo Aaltonen
tjaalton at moszumanska.debian.org
Thu Jun 22 06:15:57 UTC 2017
debian/apparmor-profile | 2 ++
debian/changelog | 6 ++++++
2 files changed, 8 insertions(+)
New commits:
commit 382b4d5e3421acf8d8234e431f1c23767d88443d
Author: Timo Aaltonen <tjaalton at debian.org>
Date: Thu Jun 22 09:15:42 2017 +0300
apparmor-profile: Add chown capability, allow to notify systemd.
diff --git a/debian/apparmor-profile b/debian/apparmor-profile
index fd9b9b7..c5f3658 100644
--- a/debian/apparmor-profile
+++ b/debian/apparmor-profile
@@ -6,6 +6,7 @@
#include <abstractions/nameservice>
#include <abstractions/user-tmp>
+ capability chown,
capability dac_override,
capability dac_read_search,
capability setgid,
@@ -45,6 +46,7 @@
/var/tmp/host_* rw,
/{,var/}run/sssd.pid rw,
+ /{,var/}run/systemd/notify w,
# Site-specific additions and overrides. See local/README for details.
#include <local/usr.sbin.sssd>
diff --git a/debian/changelog b/debian/changelog
index 8bc5099..eefd45e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+sssd (1.15.2-2) UNRELEASED; urgency=medium
+
+ * apparmor-profile: Add chown capability, allow to notify systemd.
+
+ -- Timo Aaltonen <tjaalton at debian.org> Thu, 22 Jun 2017 09:15:34 +0300
+
sssd (1.15.2-1) unstable; urgency=medium
* New upstream release.
More information about the Pkg-sssd-devel
mailing list