mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-22 14:15:46 -06:00
16 lines
464 B
Text
16 lines
464 B
Text
# This file is overwritten during software install.
|
|
# Persistent customizations should go in a .local file.
|
|
include /etc/firejail/snap.local
|
|
|
|
################################
|
|
# Generic Ubuntu snap application profile
|
|
################################
|
|
include /etc/firejail/disable-common.inc
|
|
include /etc/firejail/disable-programs.inc
|
|
include /etc/firejail/disable-passwdmgr.inc
|
|
|
|
whitelist ~/snap
|
|
whitelist ${DOWNLOADS}
|
|
include /etc/firejail/whitelist-common.inc
|
|
|
|
|