Hello, 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...
Regards,
Christian Boltz
--
Wenn Sie Consultant werden wollen, machen Sie ein Studium der
Sozialpädagogik. [Peer Heinlein, Chemnitzer LinuxTage 2011]
signature.asc
Description: This is a digitally signed message part.
-- AppArmor mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/apparmor
