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

fixes for release package #1889

Merged
merged 2 commits into from
Jan 6, 2022
Merged

Commits on Jan 4, 2022

  1. release: simplify default target symlink

    Signed-off-by: Ben Cressey <bcressey@amazon.com>
    bcressey committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    90de2ee View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2022

  1. release: fix prepare-local dependencies

    In order for `setfiles` to work, the SELinux file contexts must have
    been copied into `/etc`.
    
    The dependency is specified with "Wants" rather than "Requires" to
    avoid restarting the service if selinux-policy-files is restarted for
    any reason. Subsequent runs would fail and put the system in a bad
    state until the next reboot.
    
    Add RefuseManualStop / RefuseManualStart to both services to indicate
    the risk during interactive use by an administrator.
    
    Signed-off-by: Ben Cressey <bcressey@amazon.com>
    bcressey committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    f793284 View commit details
    Browse the repository at this point in the history