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

[WIP] manifests/group: drop all group entries #1839

Closed
wants to merge 3 commits into from

Commits on Jul 12, 2022

  1. overlay/sysusers: add fragments for all FCOS system groups

    This translates all Fedora CoreOS system groups (i.e. those coming
    from group manifest) into equivalent sysusers.d fragments.
    
    We currently ship four kinds of system groups:
     * basic groups coming from the `/etc/group` file in the `setup`
       package (10-groups-basic.conf)
     * the legacy GID for the `nobody` group (00-group-nobody.conf)
     * extra groups with static GIDs that adhere to the Fedora
       allocation table (10-groups-static-extra.conf)
     * extra groups with static GIDs that are specific to CoreOS
       (00-groups-coreos-static.conf)
    
    These sysusers.d fragments are meant as a transitory measure to
    help migrate the existing group entries from the current nss-altfiles
    setup to a plain sysusers.d world.
    lucab committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    ac7ab2e View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Configuration menu
    Copy the full SHA
    d1778d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85be838 View commit details
    Browse the repository at this point in the history