update for debian stretch

This commit is contained in:
valoq 2017-07-18 18:54:14 +02:00
parent 80b847afe2
commit 43c9f093cd
No known key found for this signature in database
GPG Key ID: 19F09A0FB865CBD8
1 changed files with 5 additions and 1 deletions

View File

@ -6,8 +6,8 @@ echo -n $RANDOM | md5sum | tr -d '-' > /tmp/fakeid
--ro-bind /usr/bin/ /usr/bin/ \
--ro-bind /usr/share/ /usr/share/ \
--ro-bind /usr/lib /usr/lib \
--ro-bind /usr/lib32 /usr/lib32 \
--ro-bind /lib /lib \
--ro-bind /lib64 /lib64 \
--ro-bind /bin /bin \
--ro-bind /sbin /sbin \
--proc /proc \
@ -49,3 +49,7 @@ echo -n $RANDOM | md5sum | tr -d '-' > /tmp/fakeid
10< /usr/local/bin/seccomp_default_filter.bpf \
/usr/bin/firefox
)