Advertisement
Guest User

sonic60

a guest
Apr 25th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. # cat sonic60.te
  2.  
  3. module sonic60 1.0;
  4.  
  5. require {
  6. type chkpwd_t;
  7. type default_t;
  8. class lnk_file read;
  9. }
  10.  
  11. #============= chkpwd_t ==============
  12.  
  13. #!!!! WARNING: 'default_t' is a base type.
  14. allow chkpwd_t default_t:lnk_file read;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement