=== modified file 'utils/aa-unconfined' --- utils/aa-unconfined 2011-01-13 21:58:26 +0000 +++ utils/aa-unconfined 2013-09-19 21:31:28 +0000 @@ -60,7 +60,7 @@ @pids = grep { /^\d+$/ } readdir(PROC); closedir(PROC); } else { - if (open(NETSTAT, "/bin/netstat -nlp |")) { + if (open(NETSTAT, "LANG=C /bin/netstat -nlp |")) { while () { chomp; push @pids, $5