From c33a9d19c58d15ca8f29ed46d7be96b81b89ae1b Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 15 Mar 2013 18:43:23 +0000 Subject: add a fIXME note --- bin/drakguard | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin') 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; -- cgit v1.2.1