chiark / gitweb /
core: Add AppArmor profile switching
[elogind.git] / src / core / execute.h
index 5c4c0b4abe635393b1d1e8b23b337af5ff16c617..2bfe227145365534ed2b2eef9578c34fdda4bccc 100644 (file)
@@ -141,6 +141,9 @@ struct ExecContext {
         bool selinux_context_ignore;
         char *selinux_context;
 
+        bool apparmor_profile_ignore;
+        char *apparmor_profile;
+
         char **read_write_dirs, **read_only_dirs, **inaccessible_dirs;
         unsigned long mount_flags;