mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-09-02 15:25:27 +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";
|
$ENV{SHELL} = "/bin/sh";
|
||||||
defined($ENV{IFS}) and $ENV{IFS} = ' \t\n';
|
defined($ENV{IFS}) and $ENV{IFS} = ' \t\n';
|
||||||
|
|
||||||
print $0 . "\n";
|
|
||||||
my $prog = File::Basename::basename($0);
|
my $prog = File::Basename::basename($0);
|
||||||
|
|
||||||
if ($prog !~ /^[a-zA-Z0-9_\-]+$/) {
|
if ($prog !~ /^[a-zA-Z0-9_\-]+$/) {
|
||||||
|
Reference in New Issue
Block a user