mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
allow user access to /sys/fs (--noblacklist=/sys/fs)
This commit is contained in:
parent
f88f8c638f
commit
bb6c744fd4
6 changed files with 63 additions and 11 deletions
|
|
@ -6,6 +6,9 @@
|
|||
export MALLOC_CHECK_=3
|
||||
export MALLOC_PERTURB_=$(($RANDOM % 255 + 1))
|
||||
|
||||
echo "TESTING: /sys/fs access (test/fs/sys_fs.exp)"
|
||||
./sys_fs.exp
|
||||
|
||||
echo "TESTING: kmsg access (test/fs/kmsg.exp)"
|
||||
./kmsg.exp
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue