hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/security/smack/smack.h
....@@ -120,6 +120,7 @@
120120 struct task_smack {
121121 struct smack_known *smk_task; /* label for access control */
122122 struct smack_known *smk_forked; /* label when forked */
123
+ struct smack_known *smk_transmuted;/* label when transmuted */
123124 struct list_head smk_rules; /* per task access rules */
124125 struct mutex smk_rules_lock; /* lock for the rules */
125126 struct list_head smk_relabel; /* transit allowed labels */