mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
* refactor caja.profile * refactor dolphin.profile * Create file-manager-common.profile * refactor nautilus.profile * refactor nemo.profile * refactor pcmanfm.profile * refactor ranger.profile * refactor Thunar.profile
15 lines
553 B
Text
15 lines
553 B
Text
# Firejail profile for caja
|
|
# Description: File manager for the MATE desktop
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include caja.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
# Caja is started by systemd on most systems. Therefore it is not firejailed by default. Since there
|
|
# is already a caja process running on MATE desktops firejail will have no effect.
|
|
|
|
# Put 'ignore noroot' in your caja.local if you use MPV+Vulkan (see issue #3012)
|
|
|
|
# Redirect
|
|
include file-manager-common.profile
|