HomeSort by relevance Sort by last modified time
    Searched refs:secon (Results 1 - 4 of 4) sorted by null

  /system/extras/ext4_utils/
contents.h 32 char *secon; member in struct:dentry
41 int inode_set_selinux(u32 inode_num, const char *secon);
make_ext4fs.c 185 if (selabel_lookup(sehnd, &dentries[i].secon, dentries[i].path, stat.st_mode) < 0) {
189 if (dentries[i].secon && verbose)
190 printf("Labeling %s as %s\n", dentries[i].path, dentries[i].secon);
235 if (selabel_lookup(sehnd, &dentries[0].secon, dentries[0].path, dentries[0].mode) < 0)
283 ret = inode_set_selinux(entry_inode, dentries[i].secon);
294 free(dentries[i].secon);
contents.c 456 int inode_set_selinux(u32 inode_num, const char *secon)
458 if (!secon)
462 XATTR_SELINUX_SUFFIX, secon, strlen(secon) + 1);
  /system/core/init/
util.c 90 char *secon; local
109 secon = NULL;
111 ret = selabel_lookup(sehandle, &secon, addr.sun_path, S_IFSOCK);
113 setfscreatecon(secon);
123 freecon(secon);

Completed in 116 milliseconds