0
0
Fork 0
mirror of https://github.com/valoq/bwscripts.git synced 2023-12-13 21:30:26 +01:00

hardened firefox profile

This commit is contained in:
valoq 2017-03-02 17:43:07 +01:00
parent e4bb190497
commit ab9eb567e6
No known key found for this signature in database
GPG key ID: 19F09A0FB865CBD8
2 changed files with 4 additions and 2 deletions

View file

@ -14,7 +14,8 @@ echo -n $RANDOM | md5sum | tr -d '-' > /tmp/fakeid
--ro-bind /bin /bin \
--ro-bind /sbin /sbin \
--proc /proc \
--dev-bind /dev /dev \
--dev /dev \
--dev-bind /dev/snd /dev/snd \
--ro-bind /tmp/.X11-unix /tmp/.X11-unix \
--ro-bind /etc/passwd /etc/passwd \
--ro-bind /etc/group /etc/group \

View file

@ -12,7 +12,8 @@ set -euo pipefail
--tmpfs /usr/lib/systemd \
--tmpfs /usr/lib/gcc \
--proc /proc \
--dev-bind /dev /dev \
--dev /dev \
--dev-bind /dev/snd /dev/snd \
--ro-bind /tmp/.X11-unix /tmp/.X11-unix \
--ro-bind /etc/passwd /etc/passwd \
--ro-bind /etc/group /etc/group \