1

In android filesystem, a init.rc script has statements to change or append user and groups for surfaceflinger like below.

    service surfaceflinger /system/bin/surfaceflinger
            class main
            user system
            group graphics drmrpc
            onrestart restart zygote

By the way, interesting thing is that user is system, but group does not have system. As above script, there are only graphics and drmrpc for group.

Why system group is not set ?

If i set the system group for some reasons. Does it compromise something ?

ekad
  • 14,436
  • 26
  • 44
  • 46
Kool Shin
  • 11
  • 2

0 Answers0