Lines 447-453
preinst_selinux_labels() {
Link Here
|
447 |
|
447 |
|
448 |
addwrite /sys/fs/selinux/context |
448 |
addwrite /sys/fs/selinux/context |
449 |
|
449 |
|
450 |
/usr/sbin/setfiles -F "${file_contexts_path}" -r "${D}" "${D}" |
450 |
/usr/sbin/setfiles -F -r "${D}" "${file_contexts_path}" "${D}" |
451 |
) || die "Failed to set SELinux security labels." |
451 |
) || die "Failed to set SELinux security labels." |
452 |
else |
452 |
else |
453 |
# nonfatal, since merging can happen outside a SE kernel |
453 |
# nonfatal, since merging can happen outside a SE kernel |
454 |
- |
|
|