procd: update to Git HEAD (2025-05-28)
37847fee4fe7 instance: convert jail feature flags to bitmap 58b6c3313e07 jail: add flag for passing the udebug socket a3d6f1f59ff7 jail: add /dev/shm unconditionally Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
93e944648b
commit
8585354f28
2 changed files with 4 additions and 3 deletions
|
@ -12,9 +12,9 @@ PKG_RELEASE:=1
|
|||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL=$(PROJECT_GIT)/project/procd.git
|
||||
PKG_MIRROR_HASH:=6c3cbc18ac23f925199308e40e78b423858d3abe3a396078fbd142996d266642
|
||||
PKG_SOURCE_DATE:=2025-03-13
|
||||
PKG_SOURCE_VERSION:=891094aefcb28a376a43b7c539f599a8e0987e4d
|
||||
PKG_MIRROR_HASH:=74e0826641d6120237f96c99c10b6beb83711374578d0541c6df78160781f6b6
|
||||
PKG_SOURCE_DATE:=2025-05-28
|
||||
PKG_SOURCE_VERSION:=a3d6f1f59ff73cdb384ffde14049f841384968c9
|
||||
CMAKE_INSTALL:=1
|
||||
|
||||
PKG_LICENSE:=GPL-2.0
|
||||
|
|
|
@ -193,6 +193,7 @@ _procd_add_jail() {
|
|||
case $a in
|
||||
log) json_add_boolean "log" "1";;
|
||||
ubus) json_add_boolean "ubus" "1";;
|
||||
udebug) json_add_boolean "udebug" "1";;
|
||||
procfs) json_add_boolean "procfs" "1";;
|
||||
sysfs) json_add_boolean "sysfs" "1";;
|
||||
ronly) json_add_boolean "ronly" "1";;
|
||||
|
|
Loading…
Reference in a new issue