mirror of
https://github.com/containers/udica
synced 2025-02-04 22:31:37 +01:00
d6e5a0d99a
Signed-off-by: Vit Mojzis <vmojzis@redhat.com>
7 lines
392 B
Plaintext
7 lines
392 B
Plaintext
(block my_container
|
|
(blockinherit container)
|
|
(allow process network_container.process ( unix_stream_socket ( connectto )))
|
|
(allow process network_container.socket ( sock_file ( getattr write open append )))
|
|
(allow process process ( capability ( audit_write chown dac_override fowner fsetid kill mknod net_bind_service net_raw setfcap setgid setpcap setuid sys_chroot )))
|
|
|
|
) |