mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
add support for apparmor in lxc-enter-namespace
This commit is contained in:
committed by
Daniel P. Berrange
parent
500b2e9655
commit
ef7dc7d429
@@ -2,6 +2,13 @@
|
||||
|
||||
#include <abstractions/base>
|
||||
|
||||
# Needed for lxc-enter-namespace
|
||||
capability sys_admin,
|
||||
capability sys_chroot,
|
||||
|
||||
# Added for lxc-enter-namespace --cmd /bin/bash
|
||||
/bin/bash PUx,
|
||||
|
||||
/usr/sbin/cron PUx,
|
||||
/usr/lib/systemd/systemd PUx,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user