podman: Allow containers to read system certificates
This commit is contained in:
parent
7349c688c5
commit
613beb7ddf
3 changed files with 37 additions and 0 deletions
BIN
roles/podman/files/podman-certs.pp
Normal file
BIN
roles/podman/files/podman-certs.pp
Normal file
Binary file not shown.
12
roles/podman/files/podman-certs.te
Normal file
12
roles/podman/files/podman-certs.te
Normal file
|
@ -0,0 +1,12 @@
|
|||
|
||||
module podman-certs 1.0;
|
||||
|
||||
require {
|
||||
type cert_t;
|
||||
type container_t;
|
||||
class file { open read };
|
||||
}
|
||||
|
||||
#============= container_t ==============
|
||||
allow container_t cert_t:file read;
|
||||
allow container_t cert_t:file open;
|
Loading…
Add table
Add a link
Reference in a new issue