Vanilla-OS / vanilla-system-operator

VSO is an utility which allows you to perform maintenance tasks on your Vanilla OS installation.
GNU General Public License v3.0
31 stars 15 forks source link

Manage device permissions #105

Open taukakao opened 6 months ago

taukakao commented 6 months ago

Programs that require full device access like adb are unable to work correctly because of missing permissions. It would make running some applications unreasonably difficult.

See here for a possible solution: https://github.com/89luca89/distrobox/issues/762#issuecomment-1593180799

Another (easier) solution would be using a rootful distrobox container, though that would have other downsides.