1
1
Fork 0
mirror of https://github.com/containers/udica synced 2024-06-05 03:46:14 +02:00
udica/tests/test_append_avc.podman.cil
Lukas Vrabec a326a431bc Update test suite to align with podman 2.0.2
Tests for udica needs to be re-generated because of different JSON
structure generated by podman version 2.0.2
2020-08-03 18:18:38 +02:00

9 lines
370 B
Plaintext

(block my_container
(blockinherit container)
(allow process process ( capability ( audit_write chown dac_override fowner fsetid kill mknod net_bind_service net_raw setfcap setgid setpcap setuid sys_chroot )))
(allow process tmp_t ( file ( write )))
(allow process tmp_t ( dir ( add_name )))
(allow process etc_t ( file ( open getattr read )))
)