feat(abs): base-strict: allow communication to children and stacked profiles.
This commit is contained in:
parent
7d49a1628e
commit
6739b238ce
1 changed files with 2 additions and 1 deletions
|
|
@ -67,8 +67,9 @@
|
|||
# Allow unconfined processes to us via unix sockets
|
||||
unix receive peer=(label=unconfined),
|
||||
|
||||
# Allow communication to children profiles
|
||||
# Allow communication to children and stacked profiles
|
||||
signal peer=@{profile_name}//*,
|
||||
signal peer=@{profile_name}//&*,
|
||||
unix type=stream peer=(label=@{profile_name}//*),
|
||||
|
||||
# Allow us to create abstract and anonymous sockets
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue