From bc418c3776c7e025d27257b007b729795c41a639 Mon Sep 17 00:00:00 2001 From: Peter Cai Date: Sat, 31 Dec 2022 15:57:59 -0500 Subject: [PATCH] app_container: Expand TODO --- app_containers/.local/bin/run_app_container | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app_containers/.local/bin/run_app_container b/app_containers/.local/bin/run_app_container index 40ca404..aeceaec 100755 --- a/app_containers/.local/bin/run_app_container +++ b/app_containers/.local/bin/run_app_container @@ -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