Skip to content

Commit

Permalink
msm8998-common: Update user for ims daemons
Browse files Browse the repository at this point in the history
Change user for imsdatadaemon, imsrcsd,
ims_rtp_daemon
from AID_SYSTEM to AID_RADIO

Change-Id: I8ee1c4ff182af0d9b4ebf028e3096cfa88118287
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
  • Loading branch information
Brandon Solis authored and codeworkx committed Oct 2, 2019
1 parent 6e76495 commit e047612
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config.fs
Expand Up @@ -42,19 +42,19 @@ caps: NET_BIND_SERVICE

[vendor/bin/imsdatadaemon]
mode: 0755
user: AID_SYSTEM
group: AID_SYSTEM
user: AID_RADIO
group: AID_RADIO
caps: NET_BIND_SERVICE

[vendor/bin/ims_rtp_daemon]
mode: 0755
user: AID_SYSTEM
user: AID_RADIO
group: AID_RADIO
caps: NET_BIND_SERVICE

[vendor/bin/imsrcsd]
mode: 0755
user: AID_SYSTEM
user: AID_RADIO
group: AID_RADIO
caps: NET_BIND_SERVICE BLOCK_SUSPEND WAKE_ALARM

Expand Down

0 comments on commit e047612

Please sign in to comment.