mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
add onionshare redirects (#4957)
* Create onionshare.profile * Create onionshare-cli.profile * add onionshare redirects to firecfg.config
This commit is contained in:
parent
271edbbcf5
commit
b995f145ec
3 changed files with 25 additions and 0 deletions
12
etc/profile-m-z/onionshare-cli.profile
Normal file
12
etc/profile-m-z/onionshare-cli.profile
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# Firejail profile for onionshare-cli
|
||||
# Description: Share a file over Tor Hidden Services anonymously and securely (CLI)
|
||||
# This file is overwritten after every install/update
|
||||
quiet
|
||||
# Persistent local customizations
|
||||
include onionshare-cli.local
|
||||
# Persistent global definitions
|
||||
# added by included profile
|
||||
#include globals.local
|
||||
|
||||
# Redirect
|
||||
include onionshare-gui.profile
|
||||
11
etc/profile-m-z/onionshare.profile
Normal file
11
etc/profile-m-z/onionshare.profile
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# Firejail profile for onionshare
|
||||
# Description: Share a file over Tor Hidden Services anonymously and securely (GUI)
|
||||
# This file is overwritten after every install/update
|
||||
# Persistent local customizations
|
||||
include onionshare.local
|
||||
# Persistent global definitions
|
||||
# added by included profile
|
||||
#include globals.local
|
||||
|
||||
# Redirect
|
||||
include onionshare-gui.profile
|
||||
|
|
@ -608,6 +608,8 @@ odt2txt
|
|||
oggsplt
|
||||
okular
|
||||
onboard
|
||||
onionshare
|
||||
onionshare-cli
|
||||
onionshare-gui
|
||||
ooffice
|
||||
ooviewdoc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue