diff options
-rwxr-xr-x | bin/drakguard | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/drakguard b/bin/drakguard index 412137d..f64a9b2 100755 --- a/bin/drakguard +++ b/bin/drakguard @@ -294,6 +294,8 @@ gtkadd($w->{window}, ); $w->show; + +# FIXME: bogus check: if ACLs are disabled everywhere but in /unused/path, it's OK... if (grep { $_ && !/acl/ } chomp_(cat_($fstab_file)) && grep { $_ && !/^#/ && m/ext/ } chomp_(cat_($fstab_file))) { $acl_active = 1; $in->ask_yesorno(N("Warning"), N("The support for Access Control Lists must be enabled in order to use the Block programs feature.\nDo you want to enable it now?", $acl_active = 1)) or $acl_active = 0; |