rfairley / setup

Forked from setup 5 years ago
Clone

8a34712 add setup.conf tmpfile to create /run/{motd,motd.d}

Authored and Committed by rfairley 5 years ago
    add setup.conf tmpfile to create /run/{motd,motd.d}
    
    This ensures /run/motd is created before SELinux labeling
    occurs [0], so that the correct label can be applied on each boot.
    
    /run/motd.d has a tmpfile already by pam [1], but an entry
    for this directory is added here as it is also owned by setup.
    
    [0] https://github.com/fedora-selinux/selinux-policy/pull/244
    [1] https://src.fedoraproject.org/rpms/pam/c/0686daa3fa1c4b4bd24fcf68f8dbcd66d22f44d6?branch=master
    
        
file added
+2
file modified
+10 -2