Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 82039
b: refs/heads/master
c: 7759db8
h: refs/heads/master
i:
  82037: d1cd3af
  82035: e404e10
  82031: 059e66c
v: v3
  • Loading branch information
Klaus Heinrich Kiwi authored and Al Viro committed Feb 1, 2008
1 parent e7573ae commit 7e21eca
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 320f1b1ed28c601cc152053a2f428a126cb608bc
refs/heads/master: 7759db82774802885f96c250b36c3dfe317e62ff
16 changes: 9 additions & 7 deletions trunk/net/core/dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -2752,13 +2752,15 @@ static void __dev_set_promiscuity(struct net_device *dev, int inc)
printk(KERN_INFO "device %s %s promiscuous mode\n",
dev->name, (dev->flags & IFF_PROMISC) ? "entered" :
"left");
audit_log(current->audit_context, GFP_ATOMIC,
AUDIT_ANOM_PROMISCUOUS,
"dev=%s prom=%d old_prom=%d auid=%u ses=%u",
dev->name, (dev->flags & IFF_PROMISC),
(old_flags & IFF_PROMISC),
audit_get_loginuid(current),
audit_get_sessionid(current));
if (audit_enabled)
audit_log(current->audit_context, GFP_ATOMIC,
AUDIT_ANOM_PROMISCUOUS,
"dev=%s prom=%d old_prom=%d auid=%u uid=%u gid=%u ses=%u",
dev->name, (dev->flags & IFF_PROMISC),
(old_flags & IFF_PROMISC),
audit_get_loginuid(current),
current->uid, current->gid,
audit_get_sessionid(current));

if (dev->change_rx_flags)
dev->change_rx_flags(dev, IFF_PROMISC);
Expand Down

0 comments on commit 7e21eca

Please sign in to comment.