mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-09-01 14:55:10 +00:00
apparmor_notify: remove stray print
This commit is contained in:
@@ -67,7 +67,6 @@ $ENV{PATH} = "/bin:/usr/bin";
|
||||
$ENV{SHELL} = "/bin/sh";
|
||||
defined($ENV{IFS}) and $ENV{IFS} = ' \t\n';
|
||||
|
||||
print $0 . "\n";
|
||||
my $prog = File::Basename::basename($0);
|
||||
|
||||
if ($prog !~ /^[a-zA-Z0-9_\-]+$/) {
|
||||
|
Reference in New Issue
Block a user