[openwrt/openwrt] procd: jail: clean up capability handling and non-root ubusd

LEDE Commits lede-commits at lists.infradead.org
Wed Oct 21 10:24:56 EDT 2020


dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/a2def3663a0feff12550906c33f9ecc3e5fb2a5d

commit a2def3663a0feff12550906c33f9ecc3e5fb2a5d
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Mon Oct 19 21:39:17 2020 +0100

    procd: jail: clean up capability handling and non-root ubusd
    
    Unify capability handling to only use OCI spec parsers even for ujail
    slim containers which previously supposedly used their own format.
    
     80c9516 cgroups: restrict allowed keys in 'unified' section
     5ade567 cgroups: memory controller fixes
     3121467 early: run ubusd non-root as user ubus, group ubus
     12a5b97 jail: adapt to new ubus socket path
     788d144 instance: actually wire up capabilities filename
     ebc5a7f jail: nuke old capabilities code in favour of reusing OCI code
     6c5233a jail: capabilities: apply in two phases
    
    Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
 package/system/procd/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/system/procd/Makefile b/package/system/procd/Makefile
index b0c035545e..d6def205c5 100644
--- a/package/system/procd/Makefile
+++ b/package/system/procd/Makefile
@@ -12,9 +12,9 @@ PKG_RELEASE:=1
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=$(PROJECT_GIT)/project/procd.git
-PKG_SOURCE_DATE:=2020-08-10
-PKG_SOURCE_VERSION:=fad899769e1411cc273785461f073a0f7931b9a0
-PKG_MIRROR_HASH:=f56b621f78f821f7070d85f63448f684af7e2fe0c85233a8d054683cc34f6d06
+PKG_SOURCE_DATE:=2020-10-21
+PKG_SOURCE_VERSION:=6c5233a16a4831c69e3dcf09bf557156bc144b80
+PKG_MIRROR_HASH:=026138c6b9a337f87bb1c8928aa6e0f2b0814b6ab04b1f2d044c284facbde0f5
 CMAKE_INSTALL:=1
 
 PKG_LICENSE:=GPL-2.0



More information about the lede-commits mailing list