Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 655996 | Differences between
and this patch

Collapse All | Expand All

(-)a/bin/misc-functions.sh (-2 / +1 lines)
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
- 

Return to bug 655996