mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Create meteo-qt.profile (#2704)
This commit is contained in:
parent
f53ad9cb80
commit
16d53873ad
3 changed files with 55 additions and 0 deletions
|
|
@ -219,6 +219,7 @@ blacklist ${HOME}/.config/mana
|
|||
blacklist ${HOME}/.config/mate-calc
|
||||
blacklist ${HOME}/.config/mate/eom
|
||||
blacklist ${HOME}/.config/mate/mate-dictionary
|
||||
blacklist ${HOME}/.config/meteo-qt
|
||||
blacklist ${HOME}/.config/mfusion
|
||||
blacklist ${HOME}/.config/midori
|
||||
blacklist ${HOME}/.config/mono
|
||||
|
|
|
|||
53
etc/meteo-qt.profile
Normal file
53
etc/meteo-qt.profile
Normal file
|
|
@ -0,0 +1,53 @@
|
|||
# Firejail profile for meteo-qt
|
||||
# Description: System tray application for weather status information
|
||||
# This file is overwritten after every install/update
|
||||
# Persistent local customizations
|
||||
include meteo-qt.local
|
||||
# Persistent global definitions
|
||||
include globals.local
|
||||
|
||||
noblacklist ${HOME}/.config/autostart
|
||||
noblacklist ${HOME}/.config/meteo-qt
|
||||
|
||||
# Allow python (blacklisted by disable-interpreters.inc)
|
||||
noblacklist ${PATH}/python3*
|
||||
noblacklist /usr/lib/python3*
|
||||
noblacklist /usr/local/lib/python3*
|
||||
|
||||
include disable-common.inc
|
||||
include disable-devel.inc
|
||||
include disable-exec.inc
|
||||
include disable-interpreters.inc
|
||||
include disable-passwdmgr.inc
|
||||
include disable-programs.inc
|
||||
include disable-xdg.inc
|
||||
|
||||
whitelist ${HOME}/.config/autostart
|
||||
mkdir ${HOME}/.config/meteo-qt
|
||||
whitelist ${HOME}/.config/meteo-qt
|
||||
include whitelist-common.inc
|
||||
include whitelist-var-common.inc
|
||||
|
||||
caps.drop all
|
||||
netfilter
|
||||
nodbus
|
||||
nodvd
|
||||
nogroups
|
||||
nonewprivs
|
||||
noroot
|
||||
nosound
|
||||
notv
|
||||
nou2f
|
||||
novideo
|
||||
protocol unix,inet,inet6
|
||||
seccomp
|
||||
shell none
|
||||
tracelog
|
||||
|
||||
disable-mnt
|
||||
private-bin meteo-qt,python*
|
||||
private-cache
|
||||
private-dev
|
||||
private-tmp
|
||||
|
||||
memory-deny-write-execute
|
||||
Loading…
Add table
Add a link
Reference in a new issue