remove placeholder and add selinux files

Signed-off-by: Toshaan Bharvani <toshaan@powerel.org>
master
Toshaan Bharvani 2024-05-28 17:23:25 +02:00
parent e5a904f82b
commit 424c5ffac2
3 changed files with 10 additions and 0 deletions

View File

1
SOURCES/icinga-l10n.fc Normal file
View File

@ -0,0 +1 @@
/usr/share/icinga-L10n(/.*)? gen_context(system_u:object_r:icingal10n_content_t,s0)

9
SOURCES/icinga-l10n.te Normal file
View File

@ -0,0 +1,9 @@
policy_module(icinga-l10n, 1.0)

require {
type httpd_t;
}

optional_policy(`
apache_content_template(icingal10n)
')