feat(profiles): remove some old and unused profiles/abs.
This commit is contained in:
parent
1ead127675
commit
ecb7f2e79f
3 changed files with 0 additions and 194 deletions
|
|
@ -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>
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue