fix to use ifndef convenience macro
This commit is contained in:
parent
06b9bd1a23
commit
d576ae1183
@ -297,7 +297,7 @@ template(`evolution_per_userdomain_template',`
|
||||
userdom_read_user_home_content_files($1,$1_evolution_t)
|
||||
userdom_read_user_home_content_symlinks($1,$1_evolution_t)
|
||||
|
||||
ifdef(`enable_mls',`',`
|
||||
ifndef(`enable_mls',`
|
||||
fs_search_removable($1_evolution_t)
|
||||
fs_read_removable_files($1_evolution_t)
|
||||
fs_read_removable_symlinks($1_evolution_t)
|
||||
|
@ -208,8 +208,7 @@ template(`thunderbird_per_userdomain_template',`
|
||||
userdom_read_user_home_content_files($1,$1_thunderbird_t)
|
||||
userdom_read_user_home_content_symlinks($1,$1_thunderbird_t)
|
||||
|
||||
ifdef(`enable_mls',`
|
||||
',`
|
||||
ifndef(`enable_mls',`
|
||||
fs_search_removable($1_thunderbird_t)
|
||||
fs_read_removable_files($1_thunderbird_t)
|
||||
fs_read_removable_symlinks($1_thunderbird_t)
|
||||
|
Loading…
Reference in New Issue
Block a user