mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
- add novideo to a lot of profiles
(there are still more profiles where novideo can be added)
- remove commente mdwe from some gnome applications
- add descriptions to some profiles
- blacklist ${HOME}/.cargo/credentials
- move ${HOME}/.git-credentials and ${HOME}/.git-credential-cache to
'top secret' in disable-common.inc
- some ordering in disable-programs.inc
- merge tor browser blacklists to ${HOME}/.tor-browser*
- qupzilla.profile redirect to falkon.profile
- blacklist gnome-builder paths
- fix transmission profiles inlude
- much more
49 lines
1.3 KiB
Text
49 lines
1.3 KiB
Text
# Firejail profile for libreoffice
|
|
# Description: Office productivity suite
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include libreoffice.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
noblacklist /usr/local/sbin
|
|
noblacklist ${HOME}/.config/libreoffice
|
|
|
|
# libreoffice uses java for some certain operations
|
|
# comment if you don't care about java functionality
|
|
# Allow java (blacklisted by disable-devel.inc)
|
|
include allow-java.inc
|
|
|
|
include disable-common.inc
|
|
include disable-devel.inc
|
|
include disable-exec.inc
|
|
include disable-passwdmgr.inc
|
|
include disable-programs.inc
|
|
|
|
include whitelist-var-common.inc
|
|
|
|
# ubuntu 18.04 comes with its own apparmor profile, but it is not in enforce mode.
|
|
# comment the next line to use the ubuntu profile instead of firejail's apparmor profile
|
|
apparmor
|
|
caps.drop all
|
|
netfilter
|
|
nodvd
|
|
nogroups
|
|
# comment nonewprivs when using the ubuntu 18.04/debian 10 apparmor profile
|
|
nonewprivs
|
|
noroot
|
|
notv
|
|
nou2f
|
|
novideo
|
|
# comment the protocol line when using the ubuntu 18.04/debian 10 apparmor profile
|
|
protocol unix,inet,inet6
|
|
# comment seccomp when using the ubuntu 18.04/debian 10 apparmor profile
|
|
seccomp
|
|
shell none
|
|
# comment tracelog when using the ubuntu 18.04/debian 10 apparmor profile
|
|
tracelog
|
|
|
|
private-dev
|
|
private-tmp
|
|
|
|
join-or-start libreoffice
|