minor updates

This commit is contained in:
Greg DiCristofaro 2023-07-14 16:12:24 -04:00
parent 34e90f7d6c
commit 3723bf01e9

View File

@ -20,13 +20,13 @@ plugs:
layout: layout:
/tmp: /tmp:
bind: $SNAP_DATA/tmp bind: $SNAP_DATA/tmp
/home/autopsy_user: /$HOME/.autopsy:
bind: $SNAP_DATA/appdata bind: $SNAP_DATA/appdata
/$HOME/.cache/autopsy:
bind: $SNAP_DATA/cache
apps: apps:
autopsy: autopsy:
environment: environment:
HOME: $SNAP/home/autopsy_user
jdkhome: $SNAP/usr/lib/jvm/java-17-openjdk-amd64 jdkhome: $SNAP/usr/lib/jvm/java-17-openjdk-amd64
# provide means for java gstreamer to find gstreamer libs # provide means for java gstreamer to find gstreamer libs
jreflags: $jreflags "-Djna.library.path=$SNAP/usr/lib/x86_64-linux-gnu" jreflags: $jreflags "-Djna.library.path=$SNAP/usr/lib/x86_64-linux-gnu"