You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
adc/ansible/roles/acmedns_syno_updater/templates/acmedns_syno_updater_webhoo...

15 lines
359 B

module acmedns_syno_updater_webhook_{{ acmedns_syno_updater_job_name }} 1.0;
require {
type user_home_t;
type sudo_exec_t;
type init_t;
class file { execute execute_no_trans map open read };
}
#============= init_t ==============
allow init_t sudo_exec_t:file { execute execute_no_trans map open read };
allow init_t user_home_t:file map;