On Sat, Dec 10, 2016 at 12:21:06AM +0100, Christian Boltz wrote: > Am Donnerstag, 1. Dezember 2016, 16:13:26 CET schrieb John Johansen: > > aa-unconfined currently does not check/display ipv6 fix this > > > > Signed-off-by: John Johansen <[email protected]> > > > > === modified file 'utils/aa-unconfined' > > --- utils/aa-unconfined 2016-10-01 18:57:09 +0000 > > +++ utils/aa-unconfined 2016-12-02 00:09:27 +0000 > ... > > - output = subprocess.check_output("LANG=C netstat -nlp", > > shell=True).split("\n") > > + output = > > subprocess.check_output("LANG=C netstat -nlp46", > > Unfortunately this breaks aa-unconfined on openSUSE: > netstat: invalid option -- '4' > > (netstat is from net-tools-deprecated-1.60-770.1.x86_64) > > Looks like we'll need to find another solution...
Is the ss(8) http://manpages.ubuntu.com/manpages/xenial/man8/ss.8.html tool available? It's from iproute2 https://wiki.linuxfoundation.org/networking/iproute2 and serves a similar purpose. -- Steve Beattie <[email protected]> http://NxNW.org/~steve/
signature.asc
Description: PGP signature
-- AppArmor mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/apparmor
