Skip to content

Commit

Permalink
harden mpg123.profile (#3438)
Browse files Browse the repository at this point in the history
* harden mpg123.profile

* drop nodvd from mpg123.profile
  • Loading branch information
glitsj16 committed May 27, 2020
1 parent b67e9a9 commit 3d7a75b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions etc/profile-m-z/mpg123.profile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Firejail profile for mpg123
# Description: MPEG audio player/decoder
# This file is overwritten after every install/update
quiet
# Persistent local customizations
include mpg123.local
# Persistent global definitions
include globals.local

noblacklist ${MUSIC}
noblacklist ${VIDEOS}

include disable-common.inc
include disable-devel.inc
Expand All @@ -23,19 +23,23 @@ include whitelist-var-common.inc
apparmor
caps.drop all
netfilter
no3d
nogroups
nonewprivs
noroot
notv
nou2f
novideo
protocol unix,inet,inet6,netlink
seccomp
shell none
tracelog

#private-bin mpg123*
private-dev
private-tmp

memory-deny-write-execute

dbus-user none
dbus-system none

memory-deny-write-execute

0 comments on commit 3d7a75b

Please sign in to comment.