]> git.proxmox.com Git - mirror_lxc.git/blobdiff - src/lxc/start.h
refactor AppArmor into LSM backend, add SELinux support
[mirror_lxc.git] / src / lxc / start.h
index 3e5ad64c27131adbb778327017175a653d8aeac7..c35c5c481d791fa617dd524bcf2139dc1042bc6e 100644 (file)
@@ -50,12 +50,9 @@ struct lxc_handler {
        struct lxc_operations *ops;
        void *data;
        int sv[2];
-#if HAVE_APPARMOR
-       int aa_enabled;
-#endif
        int pinfd;
        const char *lxcpath;
-       struct cgroup_desc *cgroup;
+       struct cgroup_process_info *cgroup;
 };
 
 extern struct lxc_handler *lxc_init(const char *name, struct lxc_conf *, const char *);