From d576ae1183e8fbf1ed4b8fc2ae5977053c9722a1 Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Mon, 12 Jun 2006 16:52:41 +0000 Subject: [PATCH] fix to use ifndef convenience macro --- refpolicy/policy/modules/apps/evolution.if | 2 +- refpolicy/policy/modules/apps/thunderbird.if | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/refpolicy/policy/modules/apps/evolution.if b/refpolicy/policy/modules/apps/evolution.if index 88c407c9..946a9fbc 100644 --- a/refpolicy/policy/modules/apps/evolution.if +++ b/refpolicy/policy/modules/apps/evolution.if @@ -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) diff --git a/refpolicy/policy/modules/apps/thunderbird.if b/refpolicy/policy/modules/apps/thunderbird.if index 7d2c4084..2e197eb9 100644 --- a/refpolicy/policy/modules/apps/thunderbird.if +++ b/refpolicy/policy/modules/apps/thunderbird.if @@ -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)