Home | History | Annotate | Download | only in minzip

Lines Matching full:secontext

1119                 char *secontext = NULL;
1122 selabel_lookup(sehnd, &secontext, targetFile, UNZIP_FILEMODE);
1123 setfscreatecon(secontext);
1128 if (secontext) {
1129 freecon(secontext);