From 9526f9e1bdd418b501a0de3b4c76f836f6d8036e Mon Sep 17 00:00:00 2001 From: rusty-snake Date: Sun, 14 Apr 2019 11:17:07 +0200 Subject: Add mp3splt, mp3wrap, oggsplt, flacsplt --- etc/flacsplt.profile | 6 ++++++ etc/mp3splt.profile | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ etc/mp3wrap.profile | 6 ++++++ etc/oggsplt.profile | 6 ++++++ 4 files changed, 66 insertions(+) create mode 100644 etc/flacsplt.profile create mode 100644 etc/mp3splt.profile create mode 100644 etc/mp3wrap.profile create mode 100644 etc/oggsplt.profile (limited to 'etc') diff --git a/etc/flacsplt.profile b/etc/flacsplt.profile new file mode 100644 index 000000000..2efef0f22 --- /dev/null +++ b/etc/flacsplt.profile @@ -0,0 +1,6 @@ +# Firejail profile for flacsplt +# This file is overwritten after every install/update +include flacsplt.local + +# Redirect +include mp3splt.profile diff --git a/etc/mp3splt.profile b/etc/mp3splt.profile new file mode 100644 index 000000000..6cf6f0409 --- /dev/null +++ b/etc/mp3splt.profile @@ -0,0 +1,48 @@ +# Firejail profile for mp3splt +# Description: utility for mp3 splitting without decoding +# This file is overwritten after every install/update +# Persistent local customizations +include mp3splt.local +# Persistent global definitions +include globals.local + +noblacklist ${MUSIC} + +include disable-common.inc +include disable-devel.inc +include disable-exec.inc +include disable-interpreters.inc +include disable-passwdmgr.inc +include disable-programs.inc +include disable-xdg.inc + +include whitelist-var-common.inc + +apparmor +caps.drop all +ipc-namespace +machine-id +net none +no3d +nodbus +nodvd +nogroups +nonewprivs +noroot +nosound +notv +nou2f +novideo +protocol unix +seccomp +shell none +tracelog + +disable-mnt +private-bin flacsplt,mp3splt,mp3wrap,oggsplt +private-cache +private-dev +private-etc alternatives +private-tmp + +memory-deny-write-execute diff --git a/etc/mp3wrap.profile b/etc/mp3wrap.profile new file mode 100644 index 000000000..2e7d97f72 --- /dev/null +++ b/etc/mp3wrap.profile @@ -0,0 +1,6 @@ +# Firejail profile for mp3wrap +# This file is overwritten after every install/update +include mp3wrap.local + +# Redirect +include mp3splt.profile diff --git a/etc/oggsplt.profile b/etc/oggsplt.profile new file mode 100644 index 000000000..456412c30 --- /dev/null +++ b/etc/oggsplt.profile @@ -0,0 +1,6 @@ +# Firejail profile for oggsplt +# This file is overwritten after every install/update +include oggsplt.local + +# Redirect +include mp3splt.profile -- cgit v1.2.3-54-g00ecf