programs: sane-private-do: grant net access

crucial for e.g. sane-private-do git push
This commit is contained in:
2024-02-25 08:25:13 +00:00
parent f807d7c0a2
commit c788596c45

View File

@@ -132,6 +132,7 @@ in
capabilities = [ "sys_admin" ];
# `sane-private-do` acts as a launcher, so give it access to anything it could possibly need.
# (crucially, that includes the backing store)
net = "all";
extraPaths = [ "/" ];
};
"sane-scripts.private-lock".sandbox.enable = false;