feat(profile): remove the unused freetube sandbox.

This commit is contained in:
Alexandre Pujol 2024-09-12 22:15:46 +01:00
parent feb482edd9
commit aa6704bbac
Failed to generate hash of commit

View file

@ -1,35 +0,0 @@
# apparmor.d - Full set of apparmor profiles
# Copyright (C) 2019-2021 Mikhail Morfikov
# Copyright (C) 2021-2024 Alexandre Pujol <alexandre@pujol.io>
# SPDX-License-Identifier: GPL-2.0-only
abi <abi/3.0>,
include <tunables/global>
@{name} = {F,f}reetube{,-vue}
@{lib_dirs} = @{lib}/@{name} /opt/@{name}
@{exec_path} = @{lib_dirs}/chrome-sandbox
profile freetube-chrome-sandbox @{exec_path} {
include <abstractions/base>
include <abstractions/consoles>
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 <local/freetube-chrome-sandbox>
}
# vim:syntax=apparmor