kernel/security/smack/smack.h
.. .. @@ -120,6 +120,7 @@ 120 120 struct task_smack { 121 121 struct smack_known *smk_task; /* label for access control */ 122 122 struct smack_known *smk_forked; /* label when forked */ 123 + struct smack_known *smk_transmuted;/* label when transmuted */123 124 struct list_head smk_rules; /* per task access rules */ 124 125 struct mutex smk_rules_lock; /* lock for the rules */ 125 126 struct list_head smk_relabel; /* transit allowed labels */