From b5e49151e2d5b0d5bf1d977581dbcc6cb2650b15 Mon Sep 17 00:00:00 2001 From: John Turner Date: Wed, 27 Aug 2025 00:40:36 -0400 Subject: align bwrap parameters --- blog/access-control.org | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/blog/access-control.org b/blog/access-control.org index c983ec3..620678a 100644 --- a/blog/access-control.org +++ b/blog/access-control.org @@ -44,17 +44,17 @@ Let's see an example of how we actually do this: args=( --unshare-all --share-net - --dev /dev - --proc /proc + --dev /dev + --proc /proc --tmpfs /tmp --tmpfs /run --tmpfs /var --tmpfs /mnt/sandbox --ro-bind /etc/ld.so.cache /etc/ld.so.cache - --ro-bind /usr /usr - --ro-bind /bin /bin + --ro-bind /usr /usr + --ro-bind /bin /bin --ro-bind /sbin/ /sbin - --ro-bind /lib /lib + --ro-bind /lib /lib ) # handle lib32 and lib64 for some systems -- cgit v1.2.3