Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 530192
Collapse All | Expand All

(-)a/bin/misc-functions.sh (-2 / +1 lines)
Lines 392-398 preinst_selinux_labels() { Link Here
392
				addwrite /selinux/context
392
				addwrite /selinux/context
393
				addwrite /sys/fs/selinux/context
393
				addwrite /sys/fs/selinux/context
394
394
395
				/usr/sbin/setfiles "${file_contexts_path}" -r "${D}" "${D}"
395
				/usr/sbin/setfiles -F "${file_contexts_path}" -r "${D}" "${D}"
396
			) || die "Failed to set SELinux security labels."
396
			) || die "Failed to set SELinux security labels."
397
		else
397
		else
398
			# nonfatal, since merging can happen outside a SE kernel
398
			# nonfatal, since merging can happen outside a SE kernel
399
- 

Return to bug 530192