feat(abs): mappings: add support for role from the sshd-session profile.
This commit is contained in:
parent
f443c71c7b
commit
1aee62f52c
1 changed files with 4 additions and 0 deletions
|
|
@ -15,6 +15,8 @@
|
|||
capability audit_write,
|
||||
capability chown,
|
||||
capability dac_read_search,
|
||||
capability fowner,
|
||||
capability fsetid,
|
||||
capability kill,
|
||||
capability setgid,
|
||||
capability setuid,
|
||||
|
|
@ -25,12 +27,14 @@
|
|||
# but will fall back to a non-privileged version if it fails.
|
||||
deny capability net_admin,
|
||||
|
||||
network inet stream,
|
||||
network inet6 stream,
|
||||
network netlink raw,
|
||||
|
||||
signal receive set=exists peer=@{p_systemd_journald},
|
||||
signal receive set=hup peer=@{p_systemd},
|
||||
|
||||
unix bind type=stream addr=@@{udbus}/bus/sshd-session/system,
|
||||
unix bind type=stream addr=@@{udbus}/bus/sshd/system,
|
||||
|
||||
dbus send bus=system path=/org/freedesktop/login1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue