Commit 514120e2 by Christian Brauner Committed by GitHub

Merge pull request #1241 from jirutka/alpine-setfcap

lxc-alpine: do not drop setfcap
parents 237c1d93 64365bc2
...@@ -8,7 +8,6 @@ lxc.devttydir = ...@@ -8,7 +8,6 @@ lxc.devttydir =
lxc.cap.drop = audit_write lxc.cap.drop = audit_write
lxc.cap.drop = ipc_owner lxc.cap.drop = ipc_owner
lxc.cap.drop = mknod lxc.cap.drop = mknod
lxc.cap.drop = setfcap
lxc.cap.drop = setpcap lxc.cap.drop = setpcap
lxc.cap.drop = sys_nice lxc.cap.drop = sys_nice
lxc.cap.drop = sys_pacct lxc.cap.drop = sys_pacct
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment