From c626abd17b28b920b5ced5509df4e583a6cdc306 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 29 Nov 2020 13:35:49 -0800 Subject: Remove karbon profile --- PKGBUILD | 4 ++-- profiles/karbon.profile | 56 ------------------------------------------------- 2 files changed, 2 insertions(+), 58 deletions(-) delete mode 100644 profiles/karbon.profile diff --git a/PKGBUILD b/PKGBUILD index 6da529f..b527267 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: jc_gargma pkgname=firejail-profiles -pkgver=20201120 +pkgver=20201129 pkgrel=1 pkgdesc="Additional firejail profiles and locals" arch=('any') @@ -9,7 +9,7 @@ url="https://library.iserlohn-fortress.net/firejail-profiles.git" license=('GPLv3') depends=('firejail' 'hardened-malloc') source=(profiles.tar.gz) -b2sums=('5c69060206f3c33908d37e573e3a4f3bd6827e04bc72aab88a3c95a0e465c6c3084be8851541da77904d931cacfceb325027658da6f3cbb70538d22e53eebda6') +b2sums=('14faba77c42386efc2b4411b5f36c5d91fa1df0c7c91728ef476f605762ea7c413aca7635846ed068549b44fd7fa34637eedfae583fd9bc30ce283fa941116fc') package() { install --directory ${pkgdir}/etc/firejail diff --git a/profiles/karbon.profile b/profiles/karbon.profile deleted file mode 100644 index e6b451a..0000000 --- a/profiles/karbon.profile +++ /dev/null @@ -1,56 +0,0 @@ -# Firejail profile for karbon -# This file is overwritten after every install/update -# Persistent local customizations -include karbon.local -# Persistent global definitions -include globals.local - -# Breaks opening svg files -ignore noexec ${HOME} - -noblacklist ${HOME}/.config/karbonrc -noblacklist ${HOME}/.local/share/karbon -noblacklist ${HOME}/.local/share/kxmlgui5/karbon -noblacklist ${DOCUMENTS} -noblacklist ${PICTURES} - -# Allow python (blacklisted by disable-interpreters.inc) -noblacklist ${PATH}/python2* -noblacklist ${PATH}/python3* -noblacklist /usr/lib/python2* -noblacklist /usr/lib/python3* - -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 - -apparmor -caps.drop all -# # ipc-namespace breaks menus -ignore ipc-namespace -# net none -netfilter -nodvd -nogroups -nonewprivs -noroot -nosound -notv -nou2f -novideo -protocol unix -# # seccomp breaks integrated file manager on kde applications -# # due to syscall name_to_handle_at -seccomp !name_to_handle_at -shell none - -private-cache -private-dev -private-tmp - -# dbus-user none -# dbus-system none -- cgit v1.2.1