diff options
author | Carlo Landmeter <clandmeter@alpinelinux.org> | 2018-12-16 16:04:06 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@alpinelinux.org> | 2019-01-02 08:02:12 +0000 |
commit | 2c149f9f8b39703ea77ef34f44c38bc2b498989d (patch) | |
tree | 3998ada5a6ae86f5d29ac4828fa42ce0465cc633 /main/lxc/make-dropping-setpcap-optional.patch | |
parent | 1526ec6daca893e030f32be7cfe6352b4257d82c (diff) | |
download | aports-2c149f9f8b39703ea77ef34f44c38bc2b498989d.tar.bz2 aports-2c149f9f8b39703ea77ef34f44c38bc2b498989d.tar.xz |
main/lxc: upgrade to 3.1
Lots of changes in the way LXC handles creations of containers.
https://discuss.linuxcontainers.org/t/lxc-3-0-0-has-been-released/1449
- fixed building of man docs
- bundled pam module
- lua module is now a seperate pkg
- python module now a seperate pkg
Diffstat (limited to 'main/lxc/make-dropping-setpcap-optional.patch')
-rw-r--r-- | main/lxc/make-dropping-setpcap-optional.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/main/lxc/make-dropping-setpcap-optional.patch b/main/lxc/make-dropping-setpcap-optional.patch deleted file mode 100644 index 5288d8f3b4..0000000000 --- a/main/lxc/make-dropping-setpcap-optional.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- lxc-lxc-2.1.1/config/templates/alpine.common.conf.in -+++ lxc-lxc-2.1.1.setpcap/config/templates/alpine.common.conf.in -@@ -8,7 +8,6 @@ - lxc.cap.drop = audit_write - lxc.cap.drop = ipc_owner - lxc.cap.drop = mknod --lxc.cap.drop = setpcap - lxc.cap.drop = sys_nice - lxc.cap.drop = sys_pacct - lxc.cap.drop = sys_ptrace -Only in lxc-lxc-2.1.1.setpcap: config/templates/alpine.common.conf.in.orig ---- lxc-lxc-2.1.1/templates/lxc-alpine.in -+++ lxc-lxc-2.1.1.setpcap/templates/lxc-alpine.in -@@ -398,6 +398,9 @@ - # hostname(1). - lxc.cap.drop = sys_admin - -+ # Comment this out if required by your applications. -+ lxc.cap.drop = setpcap -+ - # Include common configuration. - lxc.include = $LXC_TEMPLATE_CONFIG/alpine.common.conf - EOF -Only in lxc-lxc-2.1.1.setpcap: templates/lxc-alpine.in.orig |