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