Searched refs:subs_file (Results 1 – 2 of 2) sorted by relevance
/external/selinux/libselinux/src/ |
D | label_file.c | 767 char subs_file[PATH_MAX + 1]; in init() local 784 snprintf(subs_file, sizeof(subs_file), "%s.subs_dist", rec->spec_files[i]); in init() 785 status = selabel_subs_init(subs_file, rec->digest, in init() 789 snprintf(subs_file, sizeof(subs_file), "%s.subs", rec->spec_files[i]); in init() 790 status = selabel_subs_init(subs_file, rec->digest, in init()
|
/external/selinux/python/semanage/ |
D | seobject.py | 2319 subs_file = selinux.selinux_file_context_subs_path() 2320 tmpfile = "%s.tmp" % subs_file 2326 os.chmod(tmpfile, os.stat(subs_file)[stat.ST_MODE]) 2329 os.rename(tmpfile, subs_file)
|