mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Changes: * Move commands from --landlock and --landlock.proc= into etc/inc/landlock-common.inc * Remove --landlock and --landlock.proc= * Add --landlock.enforce Instead of hard-coding the default commands (and having a separate command just for /proc), move them into a dedicated profile to make it easier for users to interact with the entries (view, copy, add ignore entries, etc). Only enforce the Landlock commands if --landlock.enforce is supplied. This allows safely adding Landlock commands to (upstream) profiles while keeping their enforcement opt-in. It also makes it simpler to effectively disable all Landlock commands, by using `--ignore=landlock.enforce`. Relates to #6078.
64 lines
1.2 KiB
Text
64 lines
1.2 KiB
Text
# Firejail profile for default
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include default.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
# generic GUI profile
|
|
# depending on your usage, you can enable some of the commands below:
|
|
|
|
include disable-common.inc
|
|
#include disable-devel.inc
|
|
#include disable-exec.inc
|
|
#include disable-interpreters.inc
|
|
include disable-programs.inc
|
|
#include disable-shell.inc
|
|
#include disable-write-mnt.inc
|
|
#include disable-xdg.inc
|
|
|
|
#include whitelist-common.inc
|
|
#include whitelist-runuser-common.inc
|
|
#include whitelist-usr-share-common.inc
|
|
#include whitelist-var-common.inc
|
|
|
|
include landlock-common.inc
|
|
|
|
#apparmor
|
|
caps.drop all
|
|
#ipc-namespace
|
|
#machine-id
|
|
#net none
|
|
netfilter
|
|
#no3d
|
|
#nodvd
|
|
#nogroups
|
|
noinput
|
|
nonewprivs
|
|
noroot
|
|
#nosound
|
|
notv
|
|
#nou2f
|
|
novideo
|
|
protocol unix,inet,inet6
|
|
seccomp
|
|
#tracelog
|
|
|
|
#disable-mnt
|
|
#private
|
|
#private-bin program
|
|
#private-cache
|
|
private-dev
|
|
# see /usr/share/doc/firejail/profile.template for more common private-etc paths.
|
|
#private-etc alternatives,fonts,machine-id
|
|
#private-lib
|
|
#private-opt none
|
|
private-tmp
|
|
|
|
#dbus-user none
|
|
#dbus-system none
|
|
|
|
#deterministic-shutdown
|
|
#memory-deny-write-execute
|
|
#read-only ${HOME}
|
|
restrict-namespaces
|