https://bugzilla.redhat.com/show_bug.cgi?id=1119849
--- Comment #10 from Lars Kellogg-Stedman <[email protected]> --- I just closed 1121345 as a duplicate of this bug, but I wanted to include some information here: This behavior appears to have been introduced by kernel commit 33faba7fa7f2288d2f8aaea95958b2c97bf9ebfb (https://github.com/torvalds/linux/commits/33faba7fa7f2288d2f8aaea95958b2c97bf9ebfb). Specifically, this check is failing in kernel/audit.c, in audit_netlink_ok(): case AUDIT_FIRST_USER_MSG2 ... AUDIT_LAST_USER_MSG2: if (!netlink_capable(skb, CAP_AUDIT_WRITE)) err = -EPERM; break; -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ golang mailing list [email protected] https://lists.fedoraproject.org/mailman/listinfo/golang
