chiark / gitweb /
smack: introduce new SmackProcessLabel option
[elogind.git] / src / core / execute.h
index b16a24d0c6ac2079ef93a2c3b8f9c52126d68224..5ed750534d0ecca86e34c086646973c34f1d4a31 100644 (file)
@@ -142,6 +142,9 @@ struct ExecContext {
         bool apparmor_profile_ignore;
         char *apparmor_profile;
 
         bool apparmor_profile_ignore;
         char *apparmor_profile;
 
+        bool smack_process_label_ignore;
+        char *smack_process_label;
+
         char **read_write_dirs, **read_only_dirs, **inaccessible_dirs;
         unsigned long mount_flags;
 
         char **read_write_dirs, **read_only_dirs, **inaccessible_dirs;
         unsigned long mount_flags;