Comment 0 for bug 1240250

Revision history for this message
Jamie Strandboge (jdstrand) wrote :

The phablet user is part of the 'radio' group:
$ grep radio /etc/group
radio:x:1001:phablet

This is corresponds to android's AID_RADIO id, which gives access to the telephony subsystem, RIL (system/core/include/private/android_filesystem_config.h). In Ubuntu Touch, the following directories:
/var/lib/lxc/android/rootfs/data/misc/sms drwxrwx--- system radio
/var/lib/lxc/android/rootfs/data/radio drwxrwx--- radio radio

It seems that the phablet user may not be required to by in this group since system services like ofono should be handling this for the user. Please either adjust for the phablet user to not be required in the 'radio' group or describe why it is needed and not a problem.

Thanks!