ship libcamera, snapshot

note that properly packaging these is still a WIP
This commit is contained in:
2024-05-19 10:41:09 +00:00
parent c0a6313023
commit 87c84f0e2e
2 changed files with 6 additions and 0 deletions

View File

@@ -615,6 +615,8 @@ in
"tmp" "tmp"
]; ];
libcamera = {};
libcap_ng.sandbox.enable = false; # there's something about /proc/$pid/fd which breaks `readlink`/stat with every sandbox technique (except capsh-only) libcap_ng.sandbox.enable = false; # there's something about /proc/$pid/fd which breaks `readlink`/stat with every sandbox technique (except capsh-only)
libnotify.sandbox.method = "bwrap"; libnotify.sandbox.method = "bwrap";
@@ -814,6 +816,8 @@ in
smartmontools.sandbox.autodetectCliPaths = "existing"; smartmontools.sandbox.autodetectCliPaths = "existing";
smartmontools.sandbox.capabilities = [ "sys_rawio" ]; smartmontools.sandbox.capabilities = [ "sys_rawio" ];
snapshot = {};
sops.sandbox.method = "bwrap"; # TODO:sandbox: untested sops.sandbox.method = "bwrap"; # TODO:sandbox: untested
sops.sandbox.extraHomePaths = [ sops.sandbox.extraHomePaths = [
".config/sops" ".config/sops"

View File

@@ -86,6 +86,7 @@ in
"gst-device-monitor" # for debugging audio/video "gst-device-monitor" # for debugging audio/video
# "gthumb" # "gthumb"
# "lemoa" # lemmy app # "lemoa" # lemmy app
"libcamera" # for `cam` binary (useful for debugging cameras)
"libnotify" # for notify-send; debugging "libnotify" # for notify-send; debugging
# "lollypop" # "lollypop"
"loupe" # image viewer "loupe" # image viewer
@@ -100,6 +101,7 @@ in
# "picard" # music tagging # "picard" # music tagging
# "libsForQt5.plasmatube" # Youtube player # "libsForQt5.plasmatube" # Youtube player
"signal-desktop" "signal-desktop"
"snapshot" # camera app
"spot" # Gnome Spotify client "spot" # Gnome Spotify client
# "sublime-music" # "sublime-music"
# "tdesktop" # broken on phosh # "tdesktop" # broken on phosh