OEM: Use a different UID for Temporary OEM User#170
Open
rlbxku1r wants to merge 1 commit intolinuxmint:masterfrom
Open
OEM: Use a different UID for Temporary OEM User#170rlbxku1r wants to merge 1 commit intolinuxmint:masterfrom
rlbxku1r wants to merge 1 commit intolinuxmint:masterfrom
Conversation
a07da21 to
80c50c0
Compare
|
On Sat, Sep 27, 2025 at 11:03 AM rlbxku1r ***@***.***> wrote:
The installer creates internal oem user with UID 1000, so that the actual
user gets UID 1001.
This might cause some issues, especially when using external drives due to
file owner permissions,
because most of the time the user UID is 1000 if you use your computer
exclusively.
------------------------------
This is a valid concern; as a user who is planning on installing Mint/LMDE
to many computers, I am glad to know about this and that it is being
addressed.
Thank you rlbxku1r.
You can view, comment on, or merge this pull request online at:
#170
Commit Summary
- a07da21
<a07da21>
OEM: Use a different UID for Temporary OEM User
File Changes
(1 file <https://github.com/linuxmint/live-installer/pull/170/files>)
- *M* usr/lib/live-installer/installer.py
<https://github.com/linuxmint/live-installer/pull/170/files#diff-885c4e9ea55fe76ef0da39d2dc8b0d984debc5e81e7f8519b3d00c1d52770333>
(9)
Patch Links:
- https://github.com/linuxmint/live-installer/pull/170.patch
- https://github.com/linuxmint/live-installer/pull/170.diff
—
Reply to this email directly, view it on GitHub
<#170>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABZPD4X63HGFK5EUT65B633U2RNLAVCNFSM6AAAAACHVJDYKGVHI2DSMVQWIX3LMV43ASLTON2WKOZTGQ3DANBSGE3DCNQ>
.
You are receiving this because you are subscribed to this thread.
--
Soren 'tino
He's earthy, he's pithy, he's ...a bit astringent.
Think of him more as a "topical antiseptic" than as a snack
.
… Message ID: ***@***.***>
|
d27bfaa to
f226b89
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The installer creates internal
oemuser with UID 1000, so that the actual user created at later setup gets UID 1001.This might cause some issues, especially when using external drives due to file owner permissions,
because in most cases the user UID is 1000 (as long as you don't share your computer with others).