Initial commit, 1.0.0
This commit is contained in:
commit
c21246b17c
4 changed files with 30 additions and 0 deletions
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
Makefile
|
||||||
|
tmp
|
||||||
|
*.pp
|
||||||
|
|
11
ossec.fc
Normal file
11
ossec.fc
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
# ossec executable will have:
|
||||||
|
# label: system_u:object_r:ossec_exec_t
|
||||||
|
# MLS sensitivity: s0
|
||||||
|
# MCS categories: <none>
|
||||||
|
|
||||||
|
#/usr/bin/mlogc -- gen_context(system_u:object_r:mlogc_exec_t,s0)
|
||||||
|
#/var/log/mlogc(/.*)? gen_context(system_u:object_r:mlogc_log_t,s0)
|
||||||
|
#/var/log/mlogc/data(/.*)? gen_context(system_u:object_r:mlogc_log_t,s0)
|
||||||
|
|
||||||
|
/var/ossec/log(/.*)? gen_context(system_u:object_r:var_log_t,s0)
|
||||||
|
|
1
ossec.if
Normal file
1
ossec.if
Normal file
|
@ -0,0 +1 @@
|
||||||
|
## <summary></summary>
|
14
ossec.te
Normal file
14
ossec.te
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
|
||||||
|
policy_module(ossec,1.0.0)
|
||||||
|
|
||||||
|
########################################
|
||||||
|
#
|
||||||
|
# Declarations
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
|
########################################
|
||||||
|
#
|
||||||
|
# ossec local policy
|
||||||
|
#
|
||||||
|
|
Loading…
Reference in a new issue