mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
rename whitelist-players.inc to whitelist-player-common.inc (#3819)
* Update and rename whitelist-players.inc to whitelist-player-common.inc * renamed whitelist-player-common.inc * renamed whitelist-player-common.inc * renamed whitelist-player-common.inc * renamed whitelist-player-common.inc * renamed whitelist-player-common.inc * renamed whitelist-player-common.inc * renamed whitelist-player-common.inc
This commit is contained in:
parent
ee8bee5578
commit
d5294476e3
8 changed files with 8 additions and 8 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# This file is overwritten during software install.
|
||||
# Persistent customizations should go in a .local file.
|
||||
include whitelist-players.local
|
||||
include whitelist-player-common.local
|
||||
|
||||
# common whitelist for all media players
|
||||
|
||||
|
|
@ -32,7 +32,7 @@ whitelist ${HOME}/.config/celluloid
|
|||
whitelist ${HOME}/.config/gnome-mpv
|
||||
whitelist ${HOME}/.config/youtube-dl
|
||||
include whitelist-common.inc
|
||||
include whitelist-players.inc
|
||||
include whitelist-player-common.inc
|
||||
include whitelist-runuser-common.inc
|
||||
include whitelist-usr-share-common.inc
|
||||
include whitelist-var-common.inc
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ read-only ${DESKTOP}
|
|||
mkdir ${HOME}/.mplayer
|
||||
whitelist ${HOME}/.mplayer
|
||||
include whitelist-common.inc
|
||||
include whitelist-players.inc
|
||||
include whitelist-player-common.inc
|
||||
include whitelist-usr-share-common.inc
|
||||
include whitelist-var-common.inc
|
||||
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ whitelist ${HOME}/.mplayer
|
|||
whitelist ${HOME}/.netrc
|
||||
whitelist ${HOME}/mps
|
||||
include whitelist-common.inc
|
||||
include whitelist-players.inc
|
||||
include whitelist-player-common.inc
|
||||
include whitelist-var-common.inc
|
||||
|
||||
apparmor
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ whitelist ${HOME}/.config/mpv
|
|||
whitelist ${HOME}/.config/youtube-dl
|
||||
whitelist ${HOME}/.netrc
|
||||
include whitelist-common.inc
|
||||
include whitelist-players.inc
|
||||
include whitelist-player-common.inc
|
||||
whitelist /usr/share/lua
|
||||
whitelist /usr/share/lua*
|
||||
whitelist /usr/share/vulkan
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ whitelist ${HOME}/.config/totem
|
|||
whitelist ${HOME}/.local/share/totem
|
||||
whitelist /usr/share/totem
|
||||
include whitelist-common.inc
|
||||
include whitelist-players.inc
|
||||
include whitelist-player-common.inc
|
||||
include whitelist-runuser-common.inc
|
||||
include whitelist-usr-share-common.inc
|
||||
include whitelist-var-common.inc
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ whitelist ${HOME}/.config/vlc
|
|||
whitelist ${HOME}/.config/aacs
|
||||
whitelist ${HOME}/.local/share/vlc
|
||||
include whitelist-common.inc
|
||||
include whitelist-players.inc
|
||||
include whitelist-player-common.inc
|
||||
include whitelist-var-common.inc
|
||||
|
||||
#apparmor - on Ubuntu 18.04 it refuses to start without dbus access
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ mkdir ${HOME}/.local/share/xplayer
|
|||
whitelist ${HOME}/.config/xplayer
|
||||
whitelist ${HOME}/.local/share/xplayer
|
||||
include whitelist-common.inc
|
||||
include whitelist-players.inc
|
||||
include whitelist-player-common.inc
|
||||
include whitelist-var-common.inc
|
||||
|
||||
# apparmor - makes settings immutable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue