Merge pull request #112 from fishilico/systemd-sd-executor-use

This commit is contained in:
Chris PeBenito 2019-09-30 20:43:01 -04:00
commit 1a124285df

View File

@ -55,6 +55,9 @@ template(`systemd_role_template',`
allow $1_systemd_t $3:process { setsched rlimitinh };
corecmd_shell_domtrans($1_systemd_t, $3)
corecmd_bin_domtrans($1_systemd_t, $3)
# Allow using file descriptors for user environment generators
allow $3 $1_systemd_t:fd use;
')
######################################