mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
Replace it with the current disable-x11.inc (lowercase) include.
See commit 0060b5105 ("profiles: rename disable-X11.inc to
disable-x11.inc (#6294)", 2024-03-27).
Commands used to search and replace:
$ git grep -Ilz 'disable-X11' -- etc/profile* | xargs -0 \
perl -pi -e 's/disable-X11/disable-x11/'
Relates to #6549 #6583 #6584 #6585 #6586 #6587 #6589 #6590.
71 lines
1.4 KiB
Text
71 lines
1.4 KiB
Text
# Firejail profile for buku
|
|
# Description: a powerful bookmark manager
|
|
# This file is overwritten after every install/update
|
|
quiet
|
|
# Persistent local customizations
|
|
include buku.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
# Opening an editor in buku seems to require a POSIX shell.
|
|
# Allow /bin/sh (blacklisted by disable-shell.inc)
|
|
include allow-bin-sh.inc
|
|
|
|
# Allow python (blacklisted by disable-interpreters.inc)
|
|
include allow-python3.inc
|
|
|
|
blacklist ${RUNUSER}
|
|
blacklist /usr/libexec
|
|
|
|
include disable-common.inc
|
|
include disable-devel.inc
|
|
include disable-exec.inc
|
|
include disable-interpreters.inc
|
|
include disable-proc.inc
|
|
include disable-programs.inc
|
|
include disable-shell.inc
|
|
# Superseded by disable-mnt
|
|
#include disable-write-mnt.inc
|
|
include disable-x11.inc
|
|
include disable-xdg.inc
|
|
|
|
mkdir ${HOME}/.local/share/buku
|
|
whitelist ${HOME}/.local/share/buku
|
|
include whitelist-common.inc
|
|
include whitelist-run-common.inc
|
|
include whitelist-runuser-common.inc
|
|
include whitelist-usr-share-common.inc
|
|
include whitelist-var-common.inc
|
|
|
|
apparmor
|
|
caps.drop all
|
|
ipc-namespace
|
|
machine-id
|
|
netfilter
|
|
no3d
|
|
nodvd
|
|
nogroups
|
|
noinput
|
|
nonewprivs
|
|
noprinters
|
|
noroot
|
|
nosound
|
|
notv
|
|
nou2f
|
|
novideo
|
|
# Some editors like kakoune require unix protocol.
|
|
protocol unix,inet,inet6
|
|
seccomp
|
|
seccomp.block-secondary
|
|
tracelog
|
|
|
|
disable-mnt
|
|
private-cache
|
|
private-dev
|
|
private-tmp
|
|
|
|
dbus-user none
|
|
dbus-system none
|
|
|
|
deterministic-shutdown
|
|
#memory-deny-write-execute # breaks editors used in buku
|