app_containers: Add TODO about DBus in userns

This commit is contained in:
Peter Cai 2022-12-31 15:56:56 -05:00
parent 1afb772f71
commit a631fae406
1 changed files with 2 additions and 0 deletions

View File

@ -79,6 +79,8 @@ if [ "$CONTAINER_USE_USERNS" = true ]; then
private_users=$(shuf -i 65536-$((2147483647 - 65536)) -n1) # Pick a random starting offset
bind_opts="idmap"
user_on_host=$((private_users + run_as))
# TODO: DBus is broken inside a user namespace due to permission issues
# TODO: Fix this, somehow.
fi
# Grant the user inside the container access to the Wayland / Xorg display