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

Move /var/run fc entries to /run #61

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Apr 11, 2024

  1. Move /var/run fc entries to /run

    /var/run is a symlink to /run in microos.
    
    Currently the selinux-policy package has a rule for file contexts
    from /run/<file> to use the same file context specified in /var/run/<file>.
    
    The upcoming main selinux-policy package update will change the direction
    of that "forwarding", so /var/run will follow the rules in /run.
    This way, the file context entries will match the actual filesystem path.
    
    All existing file context entries in custom modules
    based on the /var/run path need to change to /run, otherwise there is no rule
    for /var/run entries to "be forwarded to" in /run.
    
    Signed-off-by: Cathy Hu <[email protected]>
    ca-hu committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    01d7313 View commit details
    Browse the repository at this point in the history