1
1
mirror of https://github.com/containers/udica synced 2025-02-04 22:31:37 +01:00
udica/tests/test_stream_connect.podman.cil
Vit Mojzis d6e5a0d99a tests: Remove duplicate rules from test cil files
Signed-off-by: Vit Mojzis <vmojzis@redhat.com>
2022-06-22 11:41:10 +02:00

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 )))
)