Skip to content

Commit

Permalink
Add tests for rhbz#1789068
Browse files Browse the repository at this point in the history
Rules added with commit b38f6805/PR#54.
  • Loading branch information
jpichon committed Jan 9, 2020
1 parent f9117fa commit 9059e36
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/bz1789068
@@ -0,0 +1,6 @@
type=AVC msg=audit(1578500356.540:5530): avc: denied { getattr } for pid=86851 comm="ha_check_script" path="/usr/bin/ping" dev="dm-0" ino=100718607 scontext=system_u:system_r:keepalived_t:s0 tcontext=system_u:object_r:ping_exec_t:s0 tclass=file permissive=1
type=AVC msg=audit(1578500356.540:5531): avc: denied { execute } for pid=86851 comm="ha_check_script" name="ping" dev="dm-0" ino=100718607 scontext=system_u:system_r:keepalived_t:s0 tcontext=system_u:object_r:ping_exec_t:s0 tclass=file permissive=1
type=AVC msg=audit(1578500356.540:5532): avc: denied { read } for pid=86851 comm="ha_check_script" name="ping" dev="dm-0" ino=100718607 scontext=system_u:system_r:keepalived_t:s0 tcontext=system_u:object_r:ping_exec_t:s0 tclass=file permissive=1
type=AVC msg=audit(1578500356.542:5533): avc: denied { open } for pid=86854 comm="ha_check_script" path="/usr/bin/ping" dev="dm-0" ino=100718607 scontext=system_u:system_r:keepalived_t:s0 tcontext=system_u:object_r:ping_exec_t:s0 tclass=file permissive=1
type=AVC msg=audit(1578500356.542:5533): avc: denied { execute_no_trans } for pid=86854 comm="ha_check_script" path="/usr/bin/ping" dev="dm-0" ino=100718607 scontext=system_u:system_r:keepalived_t:s0 tcontext=system_u:object_r:ping_exec_t:s0 tclass=file permissive=1
type=AVC msg=audit(1578500356.546:5534): avc: denied { setcap } for pid=86854 comm="ping" scontext=system_u:system_r:keepalived_t:s0 tcontext=system_u:system_r:keepalived_t:s0 tclass=process permissive=1

0 comments on commit 9059e36

Please sign in to comment.