diff --git a/utils/aa-unconfined b/utils/aa-unconfined index 44944150e..a5dac3e25 100755 --- a/utils/aa-unconfined +++ b/utils/aa-unconfined @@ -60,7 +60,7 @@ if ($paranoid) { @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