Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 94884
b: refs/heads/master
c: 6203554
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed Apr 29, 2008
1 parent 1d1f9f2 commit e192e5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 9781db7b345b5dfe93787aaaf310c861db7c1ede
refs/heads/master: 6203554207728f43cfb9fd48585cd6500da73d42
2 changes: 1 addition & 1 deletion trunk/drivers/net/tehuti.c
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ static int bdx_ioctl_priv(struct net_device *ndev, struct ifreq *ifr, int cmd)
DBG("%d 0x%x 0x%x\n", data[0], data[1], data[2]);
}

if (!capable(CAP_NET_ADMIN))
if (!capable(CAP_SYS_RAWIO))
return -EPERM;

switch (data[0]) {
Expand Down

0 comments on commit e192e5d

Please sign in to comment.