run: Always use --unshare-user

This is the default if bwrap is unprivileged, but we want to use
it also if its setuid.
tingping/wmclass
Alexander Larsson 2016-04-29 16:12:54 +02:00
parent f55bb0edc9
commit 5e06e18e6a
1 changed files with 1 additions and 0 deletions

View File

@ -2633,6 +2633,7 @@ xdg_app_run_setup_base_argv (GPtrArray *argv_array,
add_args (argv_array,
"--unshare-pid",
"--unshare-user",
"--dev", "/dev",
"--proc", "/proc",
"--dir", "/tmp",