]> git.proxmox.com Git - mirror_lxc.git/history - src/lxc/lsm
ovl_rsync: make sure to umount
[mirror_lxc.git] / src / lxc / lsm /
2015-01-25 Patrick O'Learyreplace deprecated `index` with `strchr`
2015-01-25 hallynMerge pull request #408 from yosida95/patch-1
2015-01-24 Markus ElfringBug #158: Deletion of unnecessary checks before calls...
2014-10-20 Serge Hallynapparmor: check for mount feature at a better time
2014-09-23 Stéphane GraberFix typo in lsm.h breaking android build
2014-09-22 Serge Hallynapparmor: make sure sysfs and securityfs are mounted...
2014-09-22 Serge Hallynapparmor: improve behavior when kernel lacks mount...
2014-02-22 Serge Hallynapparmor: don't do on-exec profile changes
2014-02-15 Serge Hallynalways ensure a /proc while setting up container
2014-02-07 Stéphane Graberlog: Drop trailing \n from log messages
2014-02-06 Jonas ErikssonUpdate license of lsm/selinux.c
2014-01-01 S.Çağlar Onuradjust include statements (v2)
2013-12-24 Andrey MazoRemove process_lock() except where actually needed
2013-11-25 hallynMerge pull request #92 from majek/share-namespaces
2013-11-18 S.Çağlar Onurfree previously allocated memory if realloc fails in...
2013-10-24 Serge Hallynapparmor: cache the are-we-enabled decision
2013-10-18 Stéphane Graberlsm.h: Fix inline definition
2013-10-18 Dwight Engensupport setting lsm label at exec or immediately
2013-10-18 Dwight Engenadd lsm op for getting name of enabled lsm
2013-10-17 Dwight Engenadd lsm op for checking if an lsm is present/enabled
2013-09-25 Dwight Engenrefactor AppArmor into LSM backend, add SELinux support