diff options
author | Robert Craig <rpcraig@tycho.ncsc.mil> | 2013-04-04 06:33:10 -0400 |
---|---|---|
committer | Robert Craig <rpcraig@tycho.ncsc.mil> | 2013-04-04 06:33:10 -0400 |
commit | 957983787d7a753d34b582ae0165160f4ebf815c (patch) | |
tree | e7901b07003694b8cf4c477a0f7a335b1a87a07c /cmds/dumpstate/Android.mk | |
parent | 906bd0422a99b37663a1cb130bf061fdbb3ea189 (diff) | |
download | frameworks_native-957983787d7a753d34b582ae0165160f4ebf815c.zip frameworks_native-957983787d7a753d34b582ae0165160f4ebf815c.tar.gz frameworks_native-957983787d7a753d34b582ae0165160f4ebf815c.tar.bz2 |
dumpstate: Add SELinux restorecon call.
Set the security context on the directory used
to dump Dalvik and native stack traces.
Change-Id: Iba13783f10e850485ce1a8d4aa5792d55085eb22
Signed-off-by: Robert Craig <rpcraig@tycho.ncsc.mil>
Diffstat (limited to 'cmds/dumpstate/Android.mk')
-rw-r--r-- | cmds/dumpstate/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/dumpstate/Android.mk b/cmds/dumpstate/Android.mk index 18685f7..8640983 100644 --- a/cmds/dumpstate/Android.mk +++ b/cmds/dumpstate/Android.mk @@ -9,7 +9,7 @@ LOCAL_SRC_FILES := dumpstate.c utils.c LOCAL_MODULE := dumpstate -LOCAL_SHARED_LIBRARIES := libcutils +LOCAL_SHARED_LIBRARIES := libcutils libselinux ifdef BOARD_LIB_DUMPSTATE LOCAL_STATIC_LIBRARIES := $(BOARD_LIB_DUMPSTATE) |