Changeset 112
- Timestamp:
- Jan 21, 2007, 6:08:12 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
selinux/build/scripts.te
r101 r112 69 69 70 70 require { 71 type sshd_t ;71 type sshd_t, sshd_tmp_t; 72 72 }; 73 73 … … 75 75 ### sshd GSSAPI authentication 76 76 kerberos_read_keytab(sshd_t) 77 # forwarded kerberos tickets via ssh -K 78 allow user_t sshd_tmp_t:file r_file_perms; 79 77 80 dontaudit user_t kernel_t:key all_key_perms; 78 81
Note: See TracChangeset
for help on using the changeset viewer.