Changes between Initial Version and Version 1 of Ticket #15574, comment 11
- Timestamp:
- Jul 16, 2016 12:20:25 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15574, comment 11
initial v1 9 9 10 10 require { 11 type unconfined_t; 12 type var_lib_t; 13 type init_t; 14 type xdm_t; 15 class lnk_file read; 16 class service enable; 11 type unconfined_t;[[BR]] 12 type var_lib_t;[[BR]] 13 type init_t;[[BR]] 14 type xdm_t;[[BR]] 15 class lnk_file read;[[BR]] 16 class service enable;[[BR] 17 17 } 18 18 19 #============= unconfined_t ============== 20 allow unconfined_t init_t:service enable; 19 #============= unconfined_t ==============[[BR]] 20 allow unconfined_t init_t:service enable;[[BR]] 21 21 22 #============= xdm_t ============== 23 allow xdm_t var_lib_t:lnk_file read; 22 #============= xdm_t ==============[[BR]] 23 allow xdm_t var_lib_t:lnk_file read;[[BR]] 24 24 25 25