Skip to content

Change default user uid to 10000

NotKit requested to merge NotKit:change-default-uid into master

Unfortunately, this merge request was not imported correctly from GitHub:

source branch does not exist. Please restore it or use a different source branch

@NotKit or anyone else: if you have updated the code for another review, please open up a new merge request. Sorry for the trouble.


This PR changes default user UID in pmOS installation to 10000 instead of 1000 to avoid conflicts with Android userspace, which is useful when running Android services in container for libhybris and is needed for PR #1522.

The issue I see with this PR is that it breaks existing chroots and will require them to be zapped and recreated, or UI won't autostart on device.

Edited by Oliver Smith

Merge request reports