mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-08 22:29:33 +00:00
change layout for temp; not tested
This commit is contained in:
parent
b5d1f47e47
commit
34e90f7d6c
@ -17,9 +17,16 @@ plugs:
|
|||||||
interface: system-files
|
interface: system-files
|
||||||
read: [/]
|
read: [/]
|
||||||
|
|
||||||
|
layout:
|
||||||
|
/tmp:
|
||||||
|
bind: $SNAP_DATA/tmp
|
||||||
|
/home/autopsy_user:
|
||||||
|
bind: $SNAP_DATA/appdata
|
||||||
|
|
||||||
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"
|
||||||
@ -32,6 +39,7 @@ apps:
|
|||||||
SOLR_LOGS_DIR: $HOME/.autopsy/dev/solr/logs
|
SOLR_LOGS_DIR: $HOME/.autopsy/dev/solr/logs
|
||||||
SOLR_PID_DIR: $HOME/.autopsy/dev/solr/logs
|
SOLR_PID_DIR: $HOME/.autopsy/dev/solr/logs
|
||||||
command: autopsy/bin/autopsy
|
command: autopsy/bin/autopsy
|
||||||
|
extensions: [ gnome ]
|
||||||
common-id: org.sleuthkit.autopsy
|
common-id: org.sleuthkit.autopsy
|
||||||
plugs:
|
plugs:
|
||||||
# taken from https://snapcraft.io/docs/supported-interfaces
|
# taken from https://snapcraft.io/docs/supported-interfaces
|
||||||
|
Loading…
x
Reference in New Issue
Block a user