Searched defs:smack_known (Results 1 – 1 of 1) sorted by relevance
124 struct smack_known { struct125 struct list_head list;126 char smk_known[SMK_LABELLEN];127 u32 smk_secid;128 struct smack_cipso *smk_cipso;129 spinlock_t smk_cipsolock; /* for changing cipso map */130 struct list_head smk_rules; /* access rules */131 struct mutex smk_rules_lock; /* lock for the rules */