You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alias /usr/sbin to /usr/bin and change all /usr/sbin paths to /usr/bin
This is for https://fedoraproject.org/wiki/Changes/Unify_bin_and_sbin.
We want to match /usr/bin/foo and /usr/sbin/foo. Instead of duplicating
all the paths, introduce the alias and use the new path everywhere.
Duplicate paths are removed.
(cat **/*.fc | sed -r 's/\s+/ /g' | sort | grep -v '^#' | uniq -c | grep -v ' 1 ')
--
NOTE:
cherry-picked from the Fedora package 'selinux-policy' upstream:
fedora-selinux/selinux-policy@1be14f9
0 commit comments