LSM: SafeSetID: add read handler
[linux-2.6-microblaze.git] / security / safesetid / lsm.h
index 4a34f55..db6d16e 100644 (file)
@@ -41,6 +41,7 @@ struct setuid_rule {
 
 struct setuid_ruleset {
        DECLARE_HASHTABLE(rules, SETID_HASH_BITS);
+       char *policy_str;
        struct rcu_head rcu;
 };