Release first dockerfile, first documentation etc.. Update will follow

This commit is contained in:
2025-02-02 19:35:13 +01:00
parent 4aa0a1914e
commit 4c8f235b5b
25 changed files with 496 additions and 79 deletions

View 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 };