Skip to content

Commit

Permalink
Issue OwlCyberDefense#86: Fix neverallow error caused by toor_t acces…
Browse files Browse the repository at this point in the history
…sing shadow

Fixed in 2fef7c5
  • Loading branch information
gitstashpop authored and mpalmi committed Jan 14, 2015
1 parent b0cc2fe commit 32b5227
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6691,4 +6691,9 @@ interface(`files_unconfined',`
')

typeattribute $1 files_unconfined_type;

# SRS: in RHEL 7 - neverallows are being triggered that werent in rhel 6
seutil_relabelto_bin_policy($1)
auth_relabelto_shadow($1)
auth_rw_shadow($1)
')

0 comments on commit 32b5227

Please sign in to comment.