hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
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 */