4ead8beac8
Before invoking the specified command or a shell, set the SELinux security context. Change-Id: Ifc7f91aed9d298290b95d771484b322ed7a4c594 Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
10 lines
178 B
Makefile
10 lines
178 B
Makefile
LOCAL_PATH:= $(call my-dir)
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_SRC_FILES:= run-as.c package.c
|
|
|
|
LOCAL_SHARED_LIBRARIES := libselinux
|
|
|
|
LOCAL_MODULE:= run-as
|
|
|
|
include $(BUILD_EXECUTABLE)
|