-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Line 189 in 82869d3
| _need_path_rw+=" $XDG_RUNTIME_DIR/${WAYLAND_DISPLAY:-wayland-0}" |
In theory WAYLAND_DISPLAY can contain an absolute path, though it's very uncommon.
Pulseaudio requires /etc/machine-id.
Line 268 in 82869d3
| --as-pid-1 \ |
This can cause trouble with some programs and I see no good reason why it should be the default. Is there any reason why you added it as default.
There is no way to share a device (say /dev/video0). Exposing bwrap's --dev-bind[-try] would be helpful.
Lines 262 to 264 in 82869d3
| --tmpfs /run \ | |
| --tmpfs /tmp \ | |
| --tmpfs /var \ |
Those flags can be replaced by --dir because / is already an tmpfs.
--new-session is important unless you have an replacement in form of an seccomp filter.
seccomp is important! even if it is complicated.
Metadata
Metadata
Assignees
Labels
No labels