mirror of
https://github.com/SELinuxProject/refpolicy
synced 2025-01-26 17:13:14 +00:00
fix quoting problem
This commit is contained in:
parent
e8b3e30abe
commit
e8f0055b6d
@ -80,7 +80,7 @@ define(`policy_call_depth',0)
|
|||||||
#
|
#
|
||||||
define(`optional_policy',`
|
define(`optional_policy',`
|
||||||
ifdef(`monolithic_policy',`
|
ifdef(`monolithic_policy',`
|
||||||
ifdef(`$1',$2,$3)
|
ifdef(`$1',`$2',`$3')
|
||||||
',`
|
',`
|
||||||
optional {
|
optional {
|
||||||
$2
|
$2
|
||||||
|
Loading…
Reference in New Issue
Block a user