Skip to content

Commit

Permalink
ueventd.qcom.rc: Fix the issue with permission
Browse files Browse the repository at this point in the history
Not able to open the dev node radio0 while device in guest mode.
Give permission to other than system user.

Change-Id: I18444dec3470833e69df6f0a25e7f7bdec3081a5
  • Loading branch information
Venkateshwarlu Domakonda committed May 6, 2015
1 parent 4932c65 commit 6dd816d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rootdir/etc/ueventd.qcom.rc
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
#permissions for CSVT
/dev/smd11 0660 radio radio

/dev/radio0 0640 system system
/dev/radio0 0644 system system
/dev/rfcomm0 0660 bluetooth bluetooth
/dev/ttyUSB0 0660 bluetooth bluetooth
/dev/smdcntl0 0640 radio radio
Expand Down Expand Up @@ -150,7 +150,6 @@
/dev/msm_preproc_ctl 0660 system audio
/dev/msm_rtac 0660 system audio
/dev/msm_voicememo 0660 system audio
/dev/radio0 0640 fm_radio fm_radio
/dev/smd3 0660 bluetooth net_bt_stack
/dev/smd2 0660 bluetooth net_bt_stack
/dev/ttyHSL1 0660 system system
Expand Down

0 comments on commit 6dd816d

Please sign in to comment.