|
@@ -243,10 +243,11 @@ endef
|
|
|
|
|
|
ifeq ($(CONFIG_TARGET_ROOTFS_SECURITY_LABELS),y)
|
|
ifeq ($(CONFIG_TARGET_ROOTFS_SECURITY_LABELS),y)
|
|
define Image/mkfs/squashfs
|
|
define Image/mkfs/squashfs
|
|
|
|
+ echo ". $(call mkfs_target_dir,$(1))/etc/selinux/config" > [email protected]
|
|
echo "$(STAGING_DIR_HOST)/bin/setfiles -r" \
|
|
echo "$(STAGING_DIR_HOST)/bin/setfiles -r" \
|
|
"$(call mkfs_target_dir,$(1))" \
|
|
"$(call mkfs_target_dir,$(1))" \
|
|
- "$(call mkfs_target_dir,$(1))/etc/selinux/targeted/contexts/files/file_contexts " \
|
|
|
|
- "$(call mkfs_target_dir,$(1))" > [email protected]
|
|
|
|
|
|
+ "$(call mkfs_target_dir,$(1))/etc/selinux/\$${SELINUXTYPE}/contexts/files/file_contexts " \
|
|
|
|
+ "$(call mkfs_target_dir,$(1))" >> [email protected]
|
|
echo "$(Image/mkfs/squashfs-common)" >> [email protected]
|
|
echo "$(Image/mkfs/squashfs-common)" >> [email protected]
|
|
chmod +x [email protected]
|
|
chmod +x [email protected]
|
|
$(FAKEROOT) "[email protected]"
|
|
$(FAKEROOT) "[email protected]"
|