/external/selinux/sandbox/ |
sandbox.config | 1 # Space separate list of homedirs 2 HOMEDIRS="/home"
|
/external/selinux/libselinux/src/ |
file_path_suffixes.h | 19 S_(FILE_CONTEXTS_HOMEDIR, "/contexts/files/file_contexts.homedirs")
|
label_internal.h | 102 * homedirs could also have been used to resolve a context.
|
label_file.c | 818 status = process_file(rec->spec_files[0], "homedirs", rec, prefix,
|
/external/selinux/libselinux/man/man5/ |
selabel_file.5 | 85 The optional user home directory customizations file that has the same name as the mandatory file contexts file with the extension \fI.homedirs\fR added. 89 The optional local and distribution substitution files that perform any path aliasing on the 'in memory' version of the file contexts file (and the \fI.local\fR and/or \fI.homedirs\fR if present). These files have the same name as the mandatory file contexts file with the extensions \fI.subs\fR and \fI.subs_dist\fR added. 100 .I /etc/selinux/{SELINUXTYPE}/contexts/files/file_contexts.homedirs 117 Each line within the \fIfile_contexts\fR and the two customization files (\fI.local\fR and \fI.homedirs\fR) is as follows:
|
/external/selinux/libselinux/man/man3/ |
matchpathcon.3 | 52 .B \%.homedirs
|
selinux_file_context_verify.3 | 73 .I contexts/files/file_contexts.homedirs
|
/external/selinux/libsemanage/man/man5/ |
semanage.conf.5 | 81 List, separated by ";", of directories to ignore when setting up users homedirs.
|
/external/selinux/restorecond/ |
watch.c | 254 homedirs.
|
/external/selinux/libsemanage/src/ |
genhomedircon.c | 1236 semanage_list_t *homedirs = NULL; local 1266 homedirs = get_home_dirs(s); 1267 if (!homedirs) { 1273 for (h = homedirs; h; h = h->next) { 1326 semanage_list_destroy(&homedirs); [all...] |
semanage_store.c | 119 "/file_contexts.homedirs", [all...] |
direct_api.c | [all...] |
/external/selinux/libselinux/include/selinux/ |
selinux.h | 440 function also checks for a 'path'.homedirs file and
|
/external/selinux/python/sepolicy/sepolicy/ |
__init__.py | 592 fd = open(fc_path + ".homedirs", "r") [all...] |
/external/mksh/src/ |
funcs.c | 783 t = &homedirs; 935 t = &homedirs; [all...] |
eval.c | [all...] |
main.c | 344 ktinit(APERM, &homedirs, 0); [all...] |
sh.h | 1837 EXTERN struct table homedirs; \/* homedir() cache *\/ variable in typeref:struct:table [all...] |