mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
- pluma: sync private-lib from gedit to fix crashes
5e220b2da5
- checkbashisms: fix missing library needed under CentOS 7
of note:
- yelp complains about /etc/pki but lacks network access anyway
under openSUSE Tumbleweed
- gedit is broken, see #2207
- onionshare-gui is broken, unrelated to firejail
under CentOS 7
- chromium-common is broken, commenting private-dev fixes,
potentially related to firejail, there are SELinux denials
for /dev/urandom
under Fedora and CentOS 7
- gnome-system-log is broken, as it is a script that calls logview
using pkexec, consider commenting in firecfg?
50 lines
860 B
Text
50 lines
860 B
Text
# Firejail profile for checkbashisms
|
|
# Description: Lint tool for shell scripts
|
|
# This file is overwritten after every install/update
|
|
quiet
|
|
# Persistent local customizations
|
|
include checkbashisms.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
noblacklist ${DOCUMENTS}
|
|
|
|
# Allow perl (blacklisted by disable-interpreters.inc)
|
|
include allow-perl.inc
|
|
|
|
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
|
|
|
|
include whitelist-var-common.inc
|
|
|
|
apparmor
|
|
caps.drop all
|
|
ipc-namespace
|
|
machine-id
|
|
net none
|
|
no3d
|
|
nodbus
|
|
nodvd
|
|
nogroups
|
|
nonewprivs
|
|
noroot
|
|
nosound
|
|
notv
|
|
nou2f
|
|
novideo
|
|
protocol unix
|
|
seccomp
|
|
shell none
|
|
x11 none
|
|
|
|
private-cache
|
|
private-dev
|
|
private-lib libfreebl3.so,perl*
|
|
private-tmp
|
|
|
|
memory-deny-write-execute
|