Home | History | Annotate | Download | only in init

Lines Matching full:secontext

130     char *secontext;
153 secontext = NULL;
154 selabel_lookup(sehandle, &secontext, buf, 0);
155 if (secontext) {
156 setfilecon(buf, secontext);
157 freecon(secontext);
202 char *secontext = NULL;
207 selabel_lookup(sehandle, &secontext, path, mode);
208 setfscreatecon(secontext);
222 if (secontext) {
223 freecon(secontext);