feat(profiles): remove some old and unused profiles/abs.

This commit is contained in:
Alexandre Pujol 2023-12-13 17:40:22 +00:00
parent 1ead127675
commit ecb7f2e79f
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
3 changed files with 0 additions and 194 deletions

View file

@ -1,35 +0,0 @@
# apparmor.d - Full set of apparmor profiles
# Copyright (C) 2020-2021 Mikhail Morfikov
# SPDX-License-Identifier: GPL-2.0-only
abi <abi/3.0>,
include <tunables/global>
@{exec_path} = @{bin}/suid3num
@{exec_path} += @{bin}/suid3num.py
profile suid3num @{exec_path} {
include <abstractions/base>
include <abstractions/python>
capability dac_read_search,
capability sys_ptrace,
ptrace (read),
@{exec_path} r,
@{bin}/python3.[0-9]* r,
@{bin}/{,ba,da}sh rix,
/usr/bin/find rix,
owner @{PROC}/@{pid}/fd/ r,
/ r,
/**/ r,
deny @{MOUNTS}/ r,
deny @{MOUNTS}/**/ r,
include if exists <local/suid3num>
}