mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
fixes
This commit is contained in:
parent
192e23e754
commit
bec81df731
@ -7,7 +7,7 @@ source-code: https://github.com/sleuthkit/autopsy/
|
|||||||
website: https://www.autopsy.com/
|
website: https://www.autopsy.com/
|
||||||
license: Apache-2.0
|
license: Apache-2.0
|
||||||
grade: stable # must be 'stable' to release into candidate/stable channels
|
grade: stable # must be 'stable' to release into candidate/stable channels
|
||||||
confinement: strict # or classic # use 'strict' once you have the right plugs and slots
|
confinement: devmode # or classic # use 'strict' once you have the right plugs and slots
|
||||||
architectures: [amd64]
|
architectures: [amd64]
|
||||||
compression: lzo
|
compression: lzo
|
||||||
icon: snap/gui/autopsy.png
|
icon: snap/gui/autopsy.png
|
||||||
@ -17,8 +17,16 @@ plugs:
|
|||||||
interface: system-files
|
interface: system-files
|
||||||
read: [/dev]
|
read: [/dev]
|
||||||
|
|
||||||
|
|
||||||
|
layout:
|
||||||
|
# java appears to find the real home and write some stuff there
|
||||||
|
$SNAP_REAL_HOME/.icesoft:
|
||||||
|
bind: $SNAP_DATA/.icesoft
|
||||||
|
$SNAP_REAL_HOME/.java:
|
||||||
|
bind: $SNAP_DATA/.java
|
||||||
|
$SNAP_REAL_HOME/.openjfx:
|
||||||
|
bind: $SNAP_DATA/.openjfx
|
||||||
# does not appear necessary as writing to home directory gets written to $SNAP_USER_DATA: https://snapcraft.io/docs/environment-variables
|
# does not appear necessary as writing to home directory gets written to $SNAP_USER_DATA: https://snapcraft.io/docs/environment-variables
|
||||||
# layout:
|
|
||||||
# /$SNAP_USER_DATA/tmp:
|
# /$SNAP_USER_DATA/tmp:
|
||||||
# bind: $SNAP_DATA/tmp
|
# bind: $SNAP_DATA/tmp
|
||||||
# /$SNAP_USER_DATA/.autopsy:
|
# /$SNAP_USER_DATA/.autopsy:
|
||||||
@ -26,6 +34,7 @@ plugs:
|
|||||||
# /$SNAP_USER_DATA/.cache/autopsy:
|
# /$SNAP_USER_DATA/.cache/autopsy:
|
||||||
# bind: $SNAP_DATA/cache
|
# bind: $SNAP_DATA/cache
|
||||||
|
|
||||||
|
|
||||||
apps:
|
apps:
|
||||||
autopsy:
|
autopsy:
|
||||||
environment:
|
environment:
|
||||||
@ -47,6 +56,7 @@ apps:
|
|||||||
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
|
||||||
|
# can be debugged with snappy debug: https://snapcraft.io/docs/debug-snaps#heading--snappy-debug
|
||||||
- audio-playback
|
- audio-playback
|
||||||
- avahi-observe
|
- avahi-observe
|
||||||
- block-devices
|
- block-devices
|
||||||
@ -62,14 +72,22 @@ apps:
|
|||||||
- home
|
- home
|
||||||
- kernel-crypto-api
|
- kernel-crypto-api
|
||||||
- log-observe
|
- log-observe
|
||||||
|
# may be necessary for solr
|
||||||
|
- modem-manager
|
||||||
|
- mount-control
|
||||||
- mount-observe
|
- mount-observe
|
||||||
- network
|
- network
|
||||||
|
# may be necessary for solr
|
||||||
|
- network-bind
|
||||||
|
- network-control
|
||||||
- network-manager
|
- network-manager
|
||||||
- network-observe
|
- network-observe
|
||||||
- network-setup-observe
|
- network-setup-observe
|
||||||
- network-status
|
- network-status
|
||||||
- opengl
|
- opengl
|
||||||
- optical-drive
|
- optical-drive
|
||||||
|
# may be necessary for solr
|
||||||
|
- ppp
|
||||||
- pulseaudio
|
- pulseaudio
|
||||||
- raw-input
|
- raw-input
|
||||||
- raw-usb
|
- raw-usb
|
||||||
|
Loading…
x
Reference in New Issue
Block a user