Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion usr/bin/sandbox-app-launcher
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ setup() {

run_program() {
## TODO: X11 sandbox - not needed if we switch to wayland
## TODO: IPC namespace
## TODO: Network namespace - probably via ip netns
## TODO: Don't preserve the environment - env -i

Expand Down Expand Up @@ -143,6 +142,7 @@ run_program() {
--unsetenv SUDO_COMMAND \
--unsetenv OLDPWD \
--unsetenv MAIL \
--unshare-ipc \
--unshare-pid \
--unshare-cgroup \
--unshare-uts \
Expand Down