]> git.proxmox.com Git - mirror_lxc.git/blobdiff - src/lxc/attach.h
refactor AppArmor into LSM backend, add SELinux support
[mirror_lxc.git] / src / lxc / attach.h
index 518d08662c59d04aaeb7cb59f99119eb563619ff..b5f3ea1c3f9cc4e37683f1dd10afa830e1d92d52 100644 (file)
@@ -28,7 +28,7 @@
 #include "attach_options.h"
 
 struct lxc_proc_context_info {
-       char *aa_profile;
+       char *lsm_label;
        unsigned long personality;
        unsigned long long capability_mask;
 };