=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== needrestart-3.5/README.Cont.md-26-For each container which should be restarted needrestart calls needrestart-3.5/README.Cont.md:27:`lxc-stop --reboot --name $NAME`. needrestart-3.5/README.Cont.md-28- ############################################## needrestart-3.5/README.Cont.md-35-For each container which should be restarted needrestart calls needrestart-3.5/README.Cont.md:36:`machinectl reboot $NAME`. ############################################## needrestart-3.5/README.Interp.md-59-The source file is scanned for 'load' and 'require' lines. All paths in needrestart-3.5/README.Interp.md:60:`$:` are scanned for the module files. This should work on any needrestart-3.5/README.Interp.md-61-static loaded modules. ############################################## needrestart-3.5/ex/iucode.sh-6-# If required you may exec iucode_tool with customized parameters. You should needrestart-3.5/ex/iucode.sh:7:# keep the `-l $filter` option and add a final exit statement in case the needrestart-3.5/ex/iucode.sh-8-# exec call fails. ############################################## needrestart-3.5/ex/notify.d/600-mail-30-# Skip system users needrestart-3.5/ex/notify.d/600-mail:31:NR_USERID=`id -u "$NR_USERNAME"` needrestart-3.5/ex/notify.d/600-mail-32-if [ "0$NR_USERID" -gt 0 -a "0$NR_USERID" -lt 1000 ]; then ############################################## needrestart-3.5/lib/iucode-scan-versions-31-# filter for processor signature (and flags if available) needrestart-3.5/lib/iucode-scan-versions:32:sig=`iucode_tool --scan-system 2>&1|grep -oE '[^[:space:]]+$'` #' needrestart-3.5/lib/iucode-scan-versions-33-if [ -r /sys/devices/system/cpu/cpu0/microcode/processor_flags ]; then ############################################## needrestart-3.5/lib/vmlinuz-get-version-31- # Try to find the header ($1) and decompress from here needrestart-3.5/lib/vmlinuz-get-version:32: for pos in `tr "$1\n$2" "\n$2=" < "$img" | grep -abo "^$2"` needrestart-3.5/lib/vmlinuz-get-version-33- do ############################################## needrestart-3.5/perl/lib/NeedRestart/Strings.pm-43-# needrestart-3.5/perl/lib/NeedRestart/Strings.pm:44:my $PUNCTUATION = join '\\', split //, q/`~!@#$%^&*()-+={}|[]\:";'<>?,.\//; #` needrestart-3.5/perl/lib/NeedRestart/Strings.pm-45-my $PRINTABLE = '\w \t' . $PUNCTUATION; ############################################## needrestart-3.5/.pc/01-use-invoke-rc-d.diff/needrestart-1006- $ui->runcmd(sub { needrestart-3.5/.pc/01-use-invoke-rc-d.diff/needrestart:1007: system(@cmd) if($opt_r eq 'a'); needrestart-3.5/.pc/01-use-invoke-rc-d.diff/needrestart-1008- }); ############################################## needrestart-3.5/.pc/01-use-invoke-rc-d.diff/needrestart-1014- $ui->runcmd(sub { needrestart-3.5/.pc/01-use-invoke-rc-d.diff/needrestart:1015: system(@cmd) if($opt_r eq 'a'); needrestart-3.5/.pc/01-use-invoke-rc-d.diff/needrestart-1016- }); ############################################## needrestart-3.5/.pc/01-use-invoke-rc-d.diff/needrestart-1172- $ui->runcmd(sub { needrestart-3.5/.pc/01-use-invoke-rc-d.diff/needrestart:1173: system(@{ $conts{$cont} }) if($opt_r eq 'a'); needrestart-3.5/.pc/01-use-invoke-rc-d.diff/needrestart-1174- }); ############################################## needrestart-3.5/.pc/01-use-invoke-rc-d.diff/needrestart-1191- $ui->command(join(' ', '', @{ $conts{$cont} })); needrestart-3.5/.pc/01-use-invoke-rc-d.diff/needrestart:1192: system(@{ $conts{$cont} }); needrestart-3.5/.pc/01-use-invoke-rc-d.diff/needrestart-1193- }); ############################################## needrestart-3.5/needrestart-1006- $ui->runcmd(sub { needrestart-3.5/needrestart:1007: system(@cmd) if($opt_r eq 'a'); needrestart-3.5/needrestart-1008- }); ############################################## needrestart-3.5/needrestart-1014- $ui->runcmd(sub { needrestart-3.5/needrestart:1015: system(@cmd) if($opt_r eq 'a'); needrestart-3.5/needrestart-1016- }); ############################################## needrestart-3.5/needrestart-1172- $ui->runcmd(sub { needrestart-3.5/needrestart:1173: system(@{ $conts{$cont} }) if($opt_r eq 'a'); needrestart-3.5/needrestart-1174- }); ############################################## needrestart-3.5/needrestart-1191- $ui->command(join(' ', '', @{ $conts{$cont} })); needrestart-3.5/needrestart:1192: system(@{ $conts{$cont} }); needrestart-3.5/needrestart-1193- });