mirror of
https://github.com/swissmakers/fail2ban-ui.git
synced 2026-04-17 05:53:15 +02:00
Release first dockerfile, first documentation etc.. Update will follow
This commit is contained in:
13
deployment/container/SELinux/fail2ban-container-ui.te
Normal file
13
deployment/container/SELinux/fail2ban-container-ui.te
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
module fail2ban-container-ui 1.0;
|
||||
|
||||
require {
|
||||
type fail2ban_log_t;
|
||||
type etc_t;
|
||||
type container_t;
|
||||
class file { open read write };
|
||||
}
|
||||
|
||||
#============= container_t ==============
|
||||
allow container_t etc_t:file write;
|
||||
allow container_t fail2ban_log_t:file { open read };
|
||||
Reference in New Issue
Block a user