The 'system_share' should be used as group id.
Remove this uid in order to prevent to misuse.
Change-Id: I50efda072c98bb52ba81c60717363e70628a07a6
Signed-off-by: Kidong Kim <kd0228.kim@samsung.com>
/usr/sbin/useradd application -M -u 951 -g 951 -d /var/lib/empty -s /sbin/nologin -c "application"
/usr/sbin/useradd broadcasting -M -u 1001 -g 1001 -d /var/lib/empty -s /sbin/nologin -c "broadcasting"
/usr/sbin/useradd testing -M -u 1026 -g 1026 -d /var/lib/empty -s /sbin/nologin -c "testing"
-/usr/sbin/useradd system_share -M -u 1051 -g 1051 -d /var/lib/empty -s /sbin/nologin -c "system_share"
usr/sbin/usermod -aG system_share system_fw
usr/sbin/usermod -aG system_share web_fw