Searched refs:oldsecontext (Results 1 - 1 of 1) sorted by relevance

/external/selinux/libselinux/src/android/
H A Dandroid_platform.c1398 char *oldsecontext = NULL; local
1404 if (lgetfilecon(pathname, &oldsecontext) < 0)
1422 if (strcmp(oldsecontext, secontext) != 0) {
1425 "SELinux: Relabeling %s from %s to %s.\n", pathname, oldsecontext, secontext);
1435 freecon(oldsecontext);

Completed in 154 milliseconds