programs: discord: restrict dbus
This commit is contained in:
@@ -11,7 +11,11 @@
|
||||
persist.byStore.private = [ ".config/discord" ];
|
||||
sandbox.wrapperType = "inplace"; #< package contains broken symlinks that my wrapper can't handle
|
||||
sandbox.whitelistAudio = true;
|
||||
sandbox.whitelistDbus.user = true; #< TODO: reduce # needed for xdg-open
|
||||
# sandbox.whitelistDbus.user.own = [ ":*" ]; #< does not own any well-known name
|
||||
sandbox.whitelistPortal = [
|
||||
# "FileChooser" #< does not use file chooser
|
||||
"OpenURI"
|
||||
];
|
||||
sandbox.whitelistDri = true; #< required for even basic graphics (e.g. rendering a window)
|
||||
sandbox.whitelistWayland = true;
|
||||
sandbox.net = "clearnet";
|
||||
|
Reference in New Issue
Block a user