[PATCH 3/4] Move ifdef CONFIG_AUDITSYSCALL to header

Steve Grubb sgrubb at redhat.com
Wed May 11 12:30:30 UTC 2005


On Wednesday 11 May 2005 04:04, Chris Wright wrote:
> @@ -416,12 +416,8 @@ static int audit_receive_msg(struct sk_b
>                         return -EINVAL;
>                 /* fallthrough */
>         case AUDIT_LIST:
> -#ifdef CONFIG_AUDITSYSCALL
>                 err = audit_receive_filter(nlh->nlmsg_type,
> NETLINK_CB(skb).pid, uid, seq, data, loginuid); -#else
> -               err = -EOPNOTSUPP;
> -#endif

I already submitted a patch for this. Did it not get applied?

-Steve




More information about the Linux-audit mailing list