Home | History | Annotate | Download | only in ext4_utils

Lines Matching defs:secontext

127 		char *secontext = NULL;
130 if (selabel_lookup(sehnd, &secontext, path, S_IFDIR) < 0) {
133 inode_set_selinux(inode, secontext);
134 freecon(secontext);
862 char *secontext = NULL;
864 if (selabel_lookup(sehnd, &secontext, mountpoint, S_IFDIR) < 0) {
867 if (secontext) {
869 printf("Labeling %s as %s\n", mountpoint, secontext);
871 inode_set_selinux(root_inode_num, secontext);
873 freecon(secontext);