Skip to content

Commit

Permalink
sandboxer: firefox example configs updated
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkCaster committed Aug 25, 2017
1 parent 6c2088a commit f2467a8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Examples/firefox-debian-sandbox.cfg.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ sandbox={
"dbus",
"gvfs_fix",
"pulse",
--"x11host", -- less secure, try this if you do not have xpra software
"xpra", -- more secure, you must install xpra software suite with server and client functionality.
"x11host", -- less secure, try this if you do not have xpra software
--"xpra", -- more secure, you must install xpra software suite with server and client functionality.
"envfix",
},
setup={
Expand Down Expand Up @@ -66,7 +66,7 @@ sandbox={

bwrap={
defaults.bwrap.unshare_user,
defaults.bwrap.unshare_ipc,
-- defaults.bwrap.unshare_ipc,
defaults.bwrap.unshare_pid,
-- defaults.bwrap.unshare_net,
defaults.bwrap.unshare_uts,
Expand Down
6 changes: 3 additions & 3 deletions Examples/firefox-host-sandbox.cfg.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ sandbox={
"dbus",
"gvfs_fix",
"pulse",
--"x11host", -- less secure, try this if you do not have xpra software
"xpra", -- more secure, you must install xpra software suite with server and client functionality.
"x11host", -- less secure, try this if you do not have xpra software
--"xpra", -- more secure, you must install xpra software suite with server and client functionality.
"envfix",
},
setup={
Expand Down Expand Up @@ -58,7 +58,7 @@ sandbox={

bwrap={
defaults.bwrap.unshare_user,
defaults.bwrap.unshare_ipc,
-- defaults.bwrap.unshare_ipc,
defaults.bwrap.unshare_pid,
-- defaults.bwrap.unshare_net,
defaults.bwrap.unshare_uts,
Expand Down

0 comments on commit f2467a8

Please sign in to comment.