obj class typo for certs

This commit is contained in:
Chris PeBenito 2005-10-20 19:28:27 +00:00
parent 2b01ae7e20
commit 4e69c1c423

View File

@ -15,7 +15,7 @@ interface(`miscfiles_read_certs',`
allow $1 cert_t:dir r_dir_perms;
allow $1 cert_t:file r_file_perms;
allow $1 cert_t:file { getattr read };
allow $1 cert_t:lnk_file { getattr read };
')
########################################