Skip to content
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

core: wrap and intercept groupadd calls in scriptlets #3778

Merged
merged 1 commit into from
Jul 27, 2022

Commits on Jul 27, 2022

  1. core: wrap and intercept groupadd calls in scriptlets

    This re-routes `groupadd` calls in scriptlets, in order to inspect
    group creation by RPMs and automatically generate corresponding
    sysusers.d fragments.
    It uses a new hidden `scriptlet-intercept` subcommand, which can
    be re-used in the future to intercept additional commands (e.g.
    `useradd`).
    For the moment, this logic is experimental and gated behind an
    environment feature flag.
    lucab committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    770b7e4 View commit details
    Browse the repository at this point in the history