Skip to content

sysusers: Various fixes #1332

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
May 27, 2025
Merged

sysusers: Various fixes #1332

merged 4 commits into from
May 27, 2025

Conversation

cgwalters
Copy link
Collaborator

@cgwalters cgwalters commented May 27, 2025

Closes: #1331


sysusers: Parse 'u!'

This was added in newer systemd.

xref: #1331
Signed-off-by: Colin Walters [email protected]


sysusers: Parse path references too

These are uncommon, but valid.

xref: #1331
Signed-off-by: Colin Walters [email protected]


sysusers: Also verify parsing of other entry types

xref #1331


sysusers: Parse more truncated entries

This isn't mentioned in the docs, but the tooling
will happily accept missing GECOS or even the uid field
for users.

xref #1331

Signed-off-by: Colin Walters [email protected]


cgwalters added 3 commits May 26, 2025 20:39
This was added in newer systemd.

xref: bootc-dev#1331
Signed-off-by: Colin Walters <[email protected]>
These are uncommon, but valid.

xref: bootc-dev#1331
Signed-off-by: Colin Walters <[email protected]>
This isn't mentioned in the docs, but the tooling
will happily accept missing GECOS or even the uid field
for users.

xref bootc-dev#1331

Signed-off-by: Colin Walters <[email protected]>
@cgwalters cgwalters closed this May 27, 2025
@cgwalters cgwalters reopened this May 27, 2025
@cgwalters cgwalters requested a review from jmarrero May 27, 2025 14:17
Copy link
Contributor

@jmarrero jmarrero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@jmarrero jmarrero merged commit 2445e8d into bootc-dev:main May 27, 2025
31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sysusers lint does not meet specification
2 participants