Skip to content

Commit c7ceb5a

Browse files
authored
Update kde-utilities-meta-junest.sh
1 parent e333b5a commit c7ceb5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kde-utilities-meta-junest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ bind_dirs=" /media /mnt /opt /run/media /usr/lib/locale /usr/share/fonts /usr/sh
236236
for d in $bind_dirs; do [ -d "$d" ] && PROOT_BINDINGS=" $PROOT_BINDINGS --bind=$d" && BWRAP_BINDINGS=" $BWRAP_BINDINGS --bind-try $d $d"; done
237237
238238
PROOT_BINDS=" --bind=/dev --bind=/sys --bind=/tmp --bind=/proc $PROOT_BINDINGS --bind=/home --bind=/home/$USER "
239-
BWRAP_BINDS=" --dev-bind /dev /dev --ro-bind /sys /sys --bind-try /tmp /tmp --proc /proc $BWRAP_BINDINGS "
239+
BWRAP_BINDS=" --dev-bind /dev /dev --ro-bind /sys /sys --bind-try /tmp /tmp --proc /proc $BWRAP_BINDINGS --cap-add CAP_SYS_ADMIN "
240240
241241
_JUNEST_CMD() {
242242
if [ "$PROOT_ON" = 1 ]; then

0 commit comments

Comments
 (0)