Use brace extension where possible.
Use brace extension where possible.
This commit is contained in:
parent
69d1431276
commit
0eef2ca0f7
@ -180,8 +180,7 @@ interface(`ppp_run',`
|
|||||||
')
|
')
|
||||||
|
|
||||||
ppp_domtrans($1)
|
ppp_domtrans($1)
|
||||||
role $2 types pppd_t;
|
role $2 types { pppd_t pptp_t };
|
||||||
role $2 types pptp_t;
|
|
||||||
|
|
||||||
optional_policy(`
|
optional_policy(`
|
||||||
ddclient_run(pppd_t, $2)
|
ddclient_run(pppd_t, $2)
|
||||||
|
@ -786,8 +786,7 @@ interface(`xserver_stream_connect_xdm',`
|
|||||||
|
|
||||||
files_search_tmp($1)
|
files_search_tmp($1)
|
||||||
files_search_pids($1)
|
files_search_pids($1)
|
||||||
stream_connect_pattern($1, xdm_tmp_t, xdm_tmp_t, xdm_t)
|
stream_connect_pattern($1, { xdm_tmp_t xdm_var_run_t }, { xdm_tmp_t xdm_var_run_t }, xdm_t)
|
||||||
stream_connect_pattern($1, xdm_var_run_t, xdm_var_run_t, xdm_t)
|
|
||||||
')
|
')
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
|
Loading…
Reference in New Issue
Block a user