- 論壇徽章:
- 0
|
Unable to open connection to supplicant on "/data/system/wpa_supplicant/eth1": Permission denied
提示權(quán)限不足
在程序中使用getpid函數(shù)獲得進(jìn)程號(hào)
提示
pid->2197 ppid->2113 gid->2113
打印進(jìn)程的信息
Name: system_server
State: S (sleeping)
Tgid: 2197
EPid: 2197
PPid: 2113
TracerPid: 0
Uid: 1000 1000 1000 1000
Gid: 1000 1000 1000 1000
FDSize: 256
Groups: 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 3001 3002 3003
打印目標(biāo)文件信息
/data/system/wpa_supplicant # ls -l
total 0
srwxrwx--- 1 1010 1010 0 Mar 15 2011 eth1
看起來(lái)system_server在用戶組1010 , eth1文件也屬于組用戶1010
應(yīng)該是有足夠的權(quán)限打開(kāi)eth1文件的,但是為什么會(huì)提示權(quán)限不足呢~? |
|