Skip to content

lib/audit_help.c: We don't support names that need encoding #1261

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

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

alejandro-colomar
Copy link
Collaborator

@alejandro-colomar alejandro-colomar commented May 25, 2025

See is_valid_name(), which reports EINVAL for any such names.

Queued after #1158.

@alejandro-colomar alejandro-colomar force-pushed the audit branch 5 times, most recently from 1ecb09f to f8449ab Compare May 30, 2025 22:41
@alejandro-colomar alejandro-colomar force-pushed the audit branch 4 times, most recently from 5744d2e to 2bd0504 Compare June 4, 2025 08:22
Some names are bad, and some names are really bad.  '--badname' should
only allow the mildly bad ones, which we can handle.  Some names are too
bad, and it's not possible to deal with them.  Reject them
unconditionally.

Acked-by: Chris Hofstaedtler <[email protected]>
Cc: Marc 'Zugschlus' Haber <[email protected]>
Cc: Iker Pedrosa <[email protected]>
Cc: Serge Hallyn <[email protected]>
Signed-off-by: Alejandro Colomar <[email protected]>
See is_valid_name(), which reports EINVAL for any such names.

Link: <shadow-maint#1199 (comment)>
Signed-off-by: Alejandro Colomar <[email protected]>
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.

1 participant