From fd1ecf1a4155627a20316d462b12dcef8d39e9ae Mon Sep 17 00:00:00 2001 From: netblue30 Date: Wed, 30 Nov 2016 17:23:07 -0500 Subject: private-opt, private-srv --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index bb6d3c698..bafcf6120 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,26 @@ Use this issue to request new profiles: https://github.com/netblue30/firejail/is ## AppImage type 2 support ````` +````` +## New command line options +````` + --private-opt=file,directory + Build a new /opt in a temporary filesystem, and copy the files + and directories in the list. If no listed file is found, /opt + directory will be empty. All modifications are discarded when + the sandbox is closed. + + Example: + $ firejail --private-opt=firefox /opt/firefox/firefox + + --private-srv=file,directory + Build a new /srv in a temporary filesystem, and copy the files + and directories in the list. If no listed file is found, /srv + directory will be empty. All modifications are discarded when + the sandbox is closed. + + Example: + # firejail --private-srv=www /etc/init.d/apache2 start ````` ## New Profiles xiphos, Tor Browser Bundle, display (imagemagik), Wire, mumble, zoom, Guayadeque, qemu, keypass2, -- cgit v1.2.3-54-g00ecf