Home | History | Annotate | Download | only in init

Lines Matching refs:gid

63     unsigned int gid;
106 unsigned int gid;
249 static int check_control_perms(const char *name, unsigned int uid, unsigned int gid, char *sctx) {
259 (gid && control_perms[i].gid == gid)) {
271 static int check_perms(const char *name, unsigned int uid, unsigned int gid, char *sctx)
291 (gid && property_perms[i].gid == gid)) {
444 if (check_control_perms(msg.value, cr.uid, cr.gid, source_ctx)) {
447 ERROR("sys_prop: Unable to %s service ctl [%s] uid:%d gid:%d pid:%d\n",
448 msg.name + 4, msg.value, cr.uid, cr.gid, cr.pid);
451 if (check_perms(msg.name, cr.uid, cr.gid, source_ctx)) {
555 ERROR("skipping insecure property file %s (uid=%lu gid=%lu nlink=%d mode=%o)\n",