From aa6704bbac0cf3a1f9a728dfbe989245b1e99445 Mon Sep 17 00:00:00 2001 From: Alexandre Pujol Date: Thu, 12 Sep 2024 22:15:46 +0100 Subject: [PATCH] feat(profile): remove the unused freetube sandbox. --- .../profiles-a-f/freetube-chrome-sandbox | 35 ------------------- 1 file changed, 35 deletions(-) delete mode 100644 apparmor.d/profiles-a-f/freetube-chrome-sandbox diff --git a/apparmor.d/profiles-a-f/freetube-chrome-sandbox b/apparmor.d/profiles-a-f/freetube-chrome-sandbox deleted file mode 100644 index 5dc20400..00000000 --- a/apparmor.d/profiles-a-f/freetube-chrome-sandbox +++ /dev/null @@ -1,35 +0,0 @@ -# apparmor.d - Full set of apparmor profiles -# Copyright (C) 2019-2021 Mikhail Morfikov -# Copyright (C) 2021-2024 Alexandre Pujol -# SPDX-License-Identifier: GPL-2.0-only - -abi , - -include - -@{name} = {F,f}reetube{,-vue} -@{lib_dirs} = @{lib}/@{name} /opt/@{name} - -@{exec_path} = @{lib_dirs}/chrome-sandbox -profile freetube-chrome-sandbox @{exec_path} { - include - include - - capability sys_admin, - capability setgid, - capability setuid, - capability sys_chroot, - - @{exec_path} mr, - - # Has to be lower "P" - @{lib_dirs}/@{name} rpx, - - @{PROC}/@{pids}/ r, - owner @{PROC}/@{pid}/oom_{,score_}adj r, - deny owner @{PROC}/@{pid}/oom_{,score_}adj w, - - include if exists -} - -# vim:syntax=apparmor