mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-14 09:47:06 +00:00
Merge pull request #2086 from kunkku/alpine-ptrace
lxc-alpine: allow retaining sys_ptrace per container
This commit is contained in:
commit
e7d7dd73d2
@ -11,7 +11,6 @@ lxc.cap.drop = mknod
|
||||
lxc.cap.drop = setpcap
|
||||
lxc.cap.drop = sys_nice
|
||||
lxc.cap.drop = sys_pacct
|
||||
lxc.cap.drop = sys_ptrace
|
||||
lxc.cap.drop = sys_rawio
|
||||
lxc.cap.drop = sys_resource
|
||||
lxc.cap.drop = sys_tty_config
|
||||
|
@ -398,6 +398,9 @@ configure_container() {
|
||||
# hostname(1).
|
||||
lxc.cap.drop = sys_admin
|
||||
|
||||
# Comment this out if you have to debug processes by tracing.
|
||||
lxc.cap.drop = sys_ptrace
|
||||
|
||||
# Include common configuration.
|
||||
lxc.include = $LXC_TEMPLATE_CONFIG/alpine.common.conf
|
||||
EOF
|
||||
|
Loading…
Reference in New Issue
Block a user