Re: [systemd-devel] [PATCH 1/2] Add switch_apparmor_profile helper, to switch the profile of the next command to run. This can be used to load a custom apparmor profile for a unit.

2014-01-06 Thread Michael Scherer
Le lundi 06 janvier 2014 à 03:20 +0100, Zbigniew Jędrzejewski-Szmek a écrit : > On Fri, Jan 03, 2014 at 05:22:42PM +0100, m...@zarb.org wrote: > > From: Michael Scherer > > > > --- > > src/shared/apparmor-util.c | 15 +++ > > src/shared/apparmor-util.h | 1 + > > 2 files changed, 16

Re: [systemd-devel] [PATCH 1/2] Add switch_apparmor_profile helper, to switch the profile of the next command to run. This can be used to load a custom apparmor profile for a unit.

2014-01-05 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Jan 03, 2014 at 05:22:42PM +0100, m...@zarb.org wrote: > From: Michael Scherer > > --- > src/shared/apparmor-util.c | 15 +++ > src/shared/apparmor-util.h | 1 + > 2 files changed, 16 insertions(+) > > diff --git a/src/shared/apparmor-util.c b/src/shared/apparmor-util.c > i

[systemd-devel] [PATCH 1/2] Add switch_apparmor_profile helper, to switch the profile of the next command to run. This can be used to load a custom apparmor profile for a unit.

2014-01-03 Thread misc
From: Michael Scherer --- src/shared/apparmor-util.c | 15 +++ src/shared/apparmor-util.h | 1 + 2 files changed, 16 insertions(+) diff --git a/src/shared/apparmor-util.c b/src/shared/apparmor-util.c index 2b85da1..a75bec4 100644 --- a/src/shared/apparmor-util.c +++ b/src/shared/ap