Loading init/devices.c +1 −0 Original line number Diff line number Diff line Loading @@ -148,6 +148,7 @@ void fixup_sys_perms(const char *upath) INFO("fixup %s %d %d 0%o\n", buf, dp->uid, dp->gid, dp->perm); chown(buf, dp->uid, dp->gid); chmod(buf, dp->perm); restorecon(buf); } } Loading Loading
init/devices.c +1 −0 Original line number Diff line number Diff line Loading @@ -148,6 +148,7 @@ void fixup_sys_perms(const char *upath) INFO("fixup %s %d %d 0%o\n", buf, dp->uid, dp->gid, dp->perm); chown(buf, dp->uid, dp->gid); chmod(buf, dp->perm); restorecon(buf); } } Loading