diff options
author | Casey Schaufler | 2013-05-22 18:43:07 -0700 |
---|---|---|
committer | Casey Schaufler | 2013-05-28 10:08:44 -0700 |
commit | e830b39412ca2bbedd7508243f21c04d57ad543c (patch) | |
tree | c5a57f28ee645df5966fc766f77a76d9163039f4 /security/smack/smack.h | |
parent | 2f823ff8bec03a1e6f9e11fd0c4d54e4c7d09532 (diff) |
Smack: Add smkfstransmute mount option
Suppliment the smkfsroot mount option with another, smkfstransmute,
that does the same thing but also marks the root inode as
transmutting. This allows a freshly created filesystem to
be mounted with a transmutting heirarchy.
Targeted for git://git.gitorious.org/smack-next/kernel.git
Signed-off-by: Casey Schaufler <casey@schaufler-ca.com>
Diffstat (limited to 'security/smack/smack.h')
-rw-r--r-- | security/smack/smack.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/smack/smack.h b/security/smack/smack.h index 159f25bfcf45..339614c76e63 100644 --- a/security/smack/smack.h +++ b/security/smack/smack.h @@ -143,6 +143,7 @@ struct smk_port_label { #define SMK_FSFLOOR "smackfsfloor=" #define SMK_FSHAT "smackfshat=" #define SMK_FSROOT "smackfsroot=" +#define SMK_FSTRANS "smackfstransmute=" #define SMACK_CIPSO_OPTION "-CIPSO" |