app_container: Expand TODO

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

View File

@ -80,6 +80,8 @@ if [ "$CONTAINER_USE_USERNS" = true ]; then
bind_opts="idmap"
user_on_host=$((private_users + run_as))
# TODO: DBus is broken inside a user namespace due to permission issues
# And in fact, in any case when the UID inside the container does not
# match the one on the host.
# TODO: Fix this, somehow.
fi