ansible-playbooks/fresh-rss/templates/selinux/freshrss.cil

9 lines
263 B
Text
Raw Permalink Normal View History

2025-02-17 21:43:05 +02:00
(block freshrss
(blockinherit container)
(blockinherit restricted_net_container)
(allow process default_t (dir (setattr add_name write create)))
(allow process default_t (file (create)))
(allow process http_port_t (tcp_socket (name_bind)))
)