Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Autopsy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IRT
Autopsy
Commits
d95c990f
Commit
d95c990f
authored
1 year ago
by
Greg DiCristofaro
Browse files
Options
Downloads
Patches
Plain Diff
fixes
parent
57700685
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
snap/snapcraft.yaml
+3
-1
3 additions, 1 deletion
snap/snapcraft.yaml
with
3 additions
and
1 deletion
snap/snapcraft.yaml
+
3
−
1
View file @
d95c990f
...
@@ -17,6 +17,7 @@ plugs:
...
@@ -17,6 +17,7 @@ plugs:
interface
:
system-files
interface
:
system-files
read
:
[
/
]
read
:
[
/
]
# does not appear necessary as writing to home directory gets written to $SNAP_USER_DATA: https://snapcraft.io/docs/environment-variables
# layout:
# layout:
# /$SNAP_USER_DATA/tmp:
# /$SNAP_USER_DATA/tmp:
# bind: $SNAP_DATA/tmp
# bind: $SNAP_DATA/tmp
...
@@ -30,7 +31,7 @@ apps:
...
@@ -30,7 +31,7 @@ apps:
environment
:
environment
:
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 "-Djava.io.tmpdir=$HOME/tmp
-Djna.library.path=$SNAP/usr/lib/x86_64-linux-gnu"
jreflags
:
$jreflags "-Djava.io.tmpdir=$HOME/tmp
" "
-Djna.library.path=$SNAP/usr/lib/x86_64-linux-gnu"
#LD_LIBRARY_PATH: ${SNAP}/usr/local/lib:${SNAP}/usr/lib/x86_64-linux-gnu/gstreamer-1.0:${SNAP}/usr/lib/x86_64-linux-gnu:${SNAP}/lib/x86_64-linux-gnu:${SNAP}/usr/lib/x86_64-linux-gnu/glib-2.0:${LD_LIBRARY_PATH}
#LD_LIBRARY_PATH: ${SNAP}/usr/local/lib:${SNAP}/usr/lib/x86_64-linux-gnu/gstreamer-1.0:${SNAP}/usr/lib/x86_64-linux-gnu:${SNAP}/lib/x86_64-linux-gnu:${SNAP}/usr/lib/x86_64-linux-gnu/glib-2.0:${LD_LIBRARY_PATH}
# make sure path is set up to ensure things like photorec are found
# make sure path is set up to ensure things like photorec are found
PATH
:
$SNAP/usr/bin:$SNAP/usr/local/bin:$PATH
PATH
:
$SNAP/usr/bin:$SNAP/usr/local/bin:$PATH
...
@@ -40,6 +41,7 @@ apps:
...
@@ -40,6 +41,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
# More info here: https://snapcraft.io/docs/gnome-extension
extensions
:
[
gnome
]
extensions
:
[
gnome
]
common-id
:
org.sleuthkit.autopsy
common-id
:
org.sleuthkit.autopsy
plugs
:
plugs
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment