diff options
Diffstat (limited to 'security/apparmor/include/label.h')
-rw-r--r-- | security/apparmor/include/label.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/apparmor/include/label.h b/security/apparmor/include/label.h index 9a283b722755..af22dcbbcb8a 100644 --- a/security/apparmor/include/label.h +++ b/security/apparmor/include/label.h | |||
@@ -310,6 +310,7 @@ bool aa_update_label_name(struct aa_ns *ns, struct aa_label *label, gfp_t gfp); | |||
310 | #define FLAG_SHOW_MODE 1 | 310 | #define FLAG_SHOW_MODE 1 |
311 | #define FLAG_VIEW_SUBNS 2 | 311 | #define FLAG_VIEW_SUBNS 2 |
312 | #define FLAG_HIDDEN_UNCONFINED 4 | 312 | #define FLAG_HIDDEN_UNCONFINED 4 |
313 | #define FLAG_ABS_ROOT 8 | ||
313 | int aa_label_snxprint(char *str, size_t size, struct aa_ns *view, | 314 | int aa_label_snxprint(char *str, size_t size, struct aa_ns *view, |
314 | struct aa_label *label, int flags); | 315 | struct aa_label *label, int flags); |
315 | int aa_label_asxprint(char **strp, struct aa_ns *ns, struct aa_label *label, | 316 | int aa_label_asxprint(char **strp, struct aa_ns *ns, struct aa_label *label, |