source: selinux/build/afsagent.te @ 91

Last change on this file since 91 was 79, checked in by presbrey, 17 years ago
vixie-cron executes as the user under SELinux SELinux policy for afsd and afsagent
File size: 110 bytes
Line 
1policy_module(afsagent,1.0.0)
2
3require {
4        type user_t;
5};
6
7type afsagent_t;
8role afsagent_r types afsagent_t;
Note: See TracBrowser for help on using the repository browser.