diff --git a/app_containers/.local/bin/run_app_container b/app_containers/.local/bin/run_app_container index aeceaec..b4a9ff9 100755 --- a/app_containers/.local/bin/run_app_container +++ b/app_containers/.local/bin/run_app_container @@ -10,10 +10,6 @@ cleanup() { # Remove the temporary facl-based permissions setfacl -x u:$((user_on_host)) $XDG_RUNTIME_DIR/$WAYLAND_DISPLAY xhost -si:localuser:\#$((user_on_host)) - - for input in $(find /dev/input -type c); do - sudo setfacl -x u:$user_on_host $input - done } [ -z "$CONTAINER_NAME" ] && die "\$CONTAINER_NAME not set"