Skip to content

Commit

Permalink
Add network access permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
grillo-delmal authored Jun 10, 2023
1 parent 6b792e1 commit 91986d7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build-aux/flatpak/nightly/com.inochi2d.inochi-session.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ sdk-extensions:
- org.freedesktop.Sdk.Extension.llvm14
command: inochi-session
finish-args:
- --device=all #OpenGL rendering, webcams (may be required? not sure)
- --device=all # OpenGL rendering, webcams (may be required? not sure)
- --socket=fallback-x11
- --share=ipc
- --share=network # Needed to communicate with external trackers
- --socket=wayland
- --filesystem=host #This is a dev tool, it should probably have as much access to the host as it can. Also needs it for "Recent Files"
- --filesystem=host # This is a dev tool, it should probably have as much access to the host as it can. Also needs it for "Recent Files"

modules:

Expand Down Expand Up @@ -58,4 +59,4 @@ modules:
commit: 7caad43eb2b6d423275a3d972ac1e7ee36da2850

- type: dir
path: ../../linux/flatpak/nightly/
path: ../../linux/flatpak/nightly/

0 comments on commit 91986d7

Please sign in to comment.