Add two profiles directory to have smaller dir.
This commit is contained in:
parent
6c0ae4ddc1
commit
d95a876424
521 changed files with 0 additions and 0 deletions
50
apparmor.d/profiles-m-r/runuser
Normal file
50
apparmor.d/profiles-m-r/runuser
Normal file
|
|
@ -0,0 +1,50 @@
|
|||
# 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} = /{usr/,}{s,}bin/runuser
|
||||
profile runuser @{exec_path} {
|
||||
include <abstractions/base>
|
||||
include <abstractions/consoles>
|
||||
include <abstractions/authentication>
|
||||
include <abstractions/nameservice-strict>
|
||||
include <abstractions/wutmp>
|
||||
|
||||
# To remove the following errors:
|
||||
# runuser: cannot set user id: Operation not permitted
|
||||
capability setuid,
|
||||
|
||||
# To remove the following errrors:
|
||||
# runuser: cannot set groups: Operation not permitted
|
||||
capability setgid,
|
||||
|
||||
# To write records to the kernel auditing log.
|
||||
capability audit_write,
|
||||
|
||||
# Needed? (#FIXME#)
|
||||
capability sys_resource,
|
||||
|
||||
network netlink raw,
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
# Shells to use
|
||||
/{usr/,}bin/{,b,d,rb}ash rpux,
|
||||
/{usr/,}bin/{c,k,tc,z}sh rpux,
|
||||
|
||||
owner @{PROC}/@{pid}/loginuid r,
|
||||
@{PROC}/1/limits r,
|
||||
|
||||
/etc/security/limits.d/ r,
|
||||
|
||||
/etc/default/runuser r,
|
||||
|
||||
# file_inherit
|
||||
owner /tmp/debian-security-support.postinst.*/output w,
|
||||
|
||||
include if exists <local/runuser>
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue