24 lines
539 B
Plaintext
24 lines
539 B
Plaintext
|
From: Jeff Mahoney <jeffm@suse.com>
|
||
|
Subject: apparmor-utils: Add check_for_apparmor helper.
|
||
|
|
||
|
This should be an alias but those get complicated quickly in perl.
|
||
|
|
||
|
Signed-off-by: Jeff Mahoney <jeffm@suse.com>
|
||
|
---
|
||
|
utils/Immunix/AppArmor.pm | 4 ++++
|
||
|
1 file changed, 4 insertions(+)
|
||
|
|
||
|
--- a/utils/Immunix/AppArmor.pm
|
||
|
+++ b/utils/Immunix/AppArmor.pm
|
||
|
@@ -463,6 +463,10 @@ sub check_for_subdomain () {
|
||
|
return $sd_mountpoint;
|
||
|
}
|
||
|
|
||
|
+sub check_for_apparmor () {
|
||
|
+ return check_for_subdomain();
|
||
|
+}
|
||
|
+
|
||
|
sub which ($) {
|
||
|
my $file = shift;
|
||
|
|