summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Roberts <w.roberts@sta.samsung.com>2013-03-20 19:14:08 -0700
committerWilliam Roberts <w.roberts@sta.samsung.com>2013-03-20 19:14:08 -0700
commit59004581965932530bb582fd071cd426dbfa39ab (patch)
treea5593109e92814f09e3dc26f02c8a34bdfecbc6b
parent77e151b60201e31f8eed25d745f1c1a718f70e7d (diff)
downloadlibselinux-59004581965932530bb582fd071cd426dbfa39ab.tar.gz
Drop /data/system as a location for policy files
/data/system is no longer supported as a possible location for policy files, use /data/security instead. Change-Id: I83e5014a9e2f64bd95c0f1be6cd463fd71a7025b
-rw-r--r--src/android.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/android.c b/src/android.c
index 8027cd4..5607bc7 100644
--- a/src/android.c
+++ b/src/android.c
@@ -30,19 +30,16 @@
*/
static char const * const seapp_contexts_file[] = {
"/data/security/seapp_contexts",
- "/data/system/seapp_contexts",
"/seapp_contexts",
0 };
static const struct selinux_opt seopts[] = {
{ SELABEL_OPT_PATH, "/data/security/file_contexts" },
- { SELABEL_OPT_PATH, "/data/system/file_contexts" },
{ SELABEL_OPT_PATH, "/file_contexts" },
{ 0, NULL } };
static const char *const sepolicy_file[] = {
"/data/security/sepolicy",
- "/data/system/sepolicy",
"/sepolicy",
0 };