meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
howto:security [2022/04/14 21:18] jsch Shuffled Keypad on Login |
howto:security [2022/04/18 15:10] (current) floppus More paths that are needed to use firefox-esr with mobile config under bwrap |
||
---|---|---|---|
Line 101: | Line 101: | ||
<code> | <code> | ||
bwrap \ | bwrap \ | ||
+ | --symlink usr/bin /bin \ | ||
--ro-bind /usr/bin/ /usr/bin/ \ | --ro-bind /usr/bin/ /usr/bin/ \ | ||
--symlink usr/lib /lib \ | --symlink usr/lib /lib \ | ||
Line 115: | Line 116: | ||
--ro-bind /usr/share/icons /usr/share/icons \ | --ro-bind /usr/share/icons /usr/share/icons \ | ||
--ro-bind /usr/share/mime /usr/share/mime \ | --ro-bind /usr/share/mime /usr/share/mime \ | ||
+ | --ro-bind /etc/firefox /etc/firefox \ | ||
+ | --ro-bind /etc/firefox-esr /etc/firefox-esr \ | ||
--ro-bind /etc/fonts /etc/fonts \ | --ro-bind /etc/fonts /etc/fonts \ | ||
+ | --ro-bind /etc/mobile-config-firefox /etc/mobile-config-firefox \ | ||
--ro-bind /etc/resolv.conf /etc/resolv.conf \ | --ro-bind /etc/resolv.conf /etc/resolv.conf \ | ||
--dir /run/user/"$(id -u)" \ | --dir /run/user/"$(id -u)" \ |