Lines Matching +full:multi +full:- +full:system
9 RESTORECOND_LICENSE = GPL-2.0
12 RESTORECOND_DEPENDENCIES = libglib2 libsepol libselinux dbus-glib
19 CFLAGS="$(TARGET_CFLAGS) -U_FILE_OFFSET_BITS" \
20 CPPFLAGS="$(TARGET_CPPFLAGS) -U_FILE_OFFSET_BITS" \
24 # restorecond build system to find headers and libraries.
26 $(MAKE) -C $(@D) $(RESTORECOND_MAKE_OPTS) DESTDIR=$(STAGING_DIR) all
30 $(INSTALL) -m 0755 -D package/restorecond/S02restorecond \
35 $(INSTALL) -m 0644 -D $(@D)/restorecond.service \
36 $(TARGET_DIR)/usr/lib/systemd/system/restorecond.service
38 mkdir -p $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants
39 ln -fs ../../../../usr/lib/systemd/system/restorecond.service \
40 $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants/restorecond.service
42 $(INSTALL) -m 0600 -D $(@D)/org.selinux.Restorecond.service \
43 $(TARGET_DIR)/etc/systemd/system/org.selinux.Restorecond.service
47 $(INSTALL) -m 0644 -D $(@D)/restorecond.conf $(TARGET_DIR)/etc/selinux/restorecond.conf
48 $(INSTALL) -m 0644 -D $(@D)/restorecond_user.conf $(TARGET_DIR)/etc/selinux/restorecond_user.conf
49 $(INSTALL) -m 0755 -D $(@D)/restorecond $(TARGET_DIR)/usr/sbin/restorecond
52 $(eval $(generic-package))