summaryrefslogtreecommitdiffstats
path: root/test/fs/fs.sh
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-10-17 08:41:39 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-10-17 08:41:39 -0400
commitbb6c744fd4f59d0f407c37955ba36f8d40cc60cf (patch)
treed87a3fa6e00e254466f5a487d1eda0f032a0669e /test/fs/fs.sh
parentmerges (diff)
downloadfirejail-bb6c744fd4f59d0f407c37955ba36f8d40cc60cf.tar.gz
firejail-bb6c744fd4f59d0f407c37955ba36f8d40cc60cf.tar.zst
firejail-bb6c744fd4f59d0f407c37955ba36f8d40cc60cf.zip
allow user access to /sys/fs (--noblacklist=/sys/fs)
Diffstat (limited to 'test/fs/fs.sh')
-rwxr-xr-xtest/fs/fs.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/fs/fs.sh b/test/fs/fs.sh
index d45ef48bd..3139b8eae 100755
--- a/test/fs/fs.sh
+++ b/test/fs/fs.sh
@@ -6,6 +6,9 @@
6export MALLOC_CHECK_=3 6export MALLOC_CHECK_=3
7export MALLOC_PERTURB_=$(($RANDOM % 255 + 1)) 7export MALLOC_PERTURB_=$(($RANDOM % 255 + 1))
8 8
9echo "TESTING: /sys/fs access (test/fs/sys_fs.exp)"
10./sys_fs.exp
11
9echo "TESTING: kmsg access (test/fs/kmsg.exp)" 12echo "TESTING: kmsg access (test/fs/kmsg.exp)"
10./kmsg.exp 13./kmsg.exp
11 14