diff options
Diffstat (limited to 'ANDROID_3.4.5/drivers/net/ppp')
-rw-r--r-- | ANDROID_3.4.5/drivers/net/ppp/ppp_generic.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ANDROID_3.4.5/drivers/net/ppp/ppp_generic.c b/ANDROID_3.4.5/drivers/net/ppp/ppp_generic.c index 21d7151f..40c1ed4e 100644 --- a/ANDROID_3.4.5/drivers/net/ppp/ppp_generic.c +++ b/ANDROID_3.4.5/drivers/net/ppp/ppp_generic.c @@ -366,8 +366,8 @@ static int ppp_open(struct inode *inode, struct file *file) /* * This could (should?) be enforced by the permissions on /dev/ppp. */ - if (!capable(CAP_NET_ADMIN)) - return -EPERM; + //if (!capable(CAP_NET_ADMIN)) + // return -EPERM; return 0; } |