Home
last modified time | relevance | path

Searched refs:files (Results 1 – 12 of 12) sorted by relevance

/security/loadpin/
A DKconfig3 bool "Pin load of kernel files (modules, fw, etc) to one filesystem"
6 Any files read through the kernel file reading interface
9 enabled, any files that come from other filesystems will be
26 bool "Allow reading files from certain other filesystems that use dm-verity"
29 If selected LoadPin can allow reading files from filesystems
/security/apparmor/include/
A Dapparmorfs.h35 struct aa_sfs_entry *files; member
58 { .name = (_name), .v_type = AA_SFS_TYPE_DIR, .v.files = (_value) }
A Dfile.h103 void aa_inherit_files(const struct cred *cred, struct files_struct *files);
/security/ipe/
A DMakefile28 clean-files := boot_policy.c \
/security/
A Dinode.c42 static const struct tree_descr files[] = {{""}}; in securityfs_fill_super() local
45 error = simple_fill_super(sb, SECURITYFS_MAGIC, files); in securityfs_fill_super()
/security/selinux/
A Dselinuxfs.c1592 static const struct tree_descr files[] = { in sel_make_avc_files() local
1601 for (i = 0; i < ARRAY_SIZE(files); i++) { in sel_make_avc_files()
1605 dentry = d_alloc_name(dir, files[i].name); in sel_make_avc_files()
1609 inode = sel_make_inode(dir->d_sb, S_IFREG|files[i].mode); in sel_make_avc_files()
1615 inode->i_fop = files[i].ops; in sel_make_avc_files()
1628 static const struct tree_descr files[] = { in sel_make_ss_files() local
1632 for (i = 0; i < ARRAY_SIZE(files); i++) { in sel_make_ss_files()
1636 dentry = d_alloc_name(dir, files[i].name); in sel_make_ss_files()
1640 inode = sel_make_inode(dir->d_sb, S_IFREG|files[i].mode); in sel_make_ss_files()
1646 inode->i_fop = files[i].ops; in sel_make_ss_files()
A Dhooks.c2430 struct files_struct *files) in flush_unauthorized_files() argument
2462 n = iterate_fd(files, 0, match_file, cred); in flush_unauthorized_files()
2472 } while ((n = iterate_fd(files, n, match_file, cred)) != 0); in flush_unauthorized_files()
2491 flush_unauthorized_files(bprm->cred, current->files); in selinux_bprm_committing_creds()
/security/apparmor/
A DMakefile15 clean-files := capability_names.h rlim_names.h net_names.h
A Dfile.c700 void aa_inherit_files(const struct cred *cred, struct files_struct *files) in aa_inherit_files() argument
713 n = iterate_fd(files, 0, match_file, &cl); in aa_inherit_files()
723 } while ((n = iterate_fd(files, n, match_file, &cl)) != 0); in aa_inherit_files()
A Dapparmorfs.c171 static struct tree_descr files[] = { {""} }; in apparmorfs_fill_super() local
174 error = simple_fill_super(sb, AAFS_MAGIC, files); in apparmorfs_fill_super()
2497 for (fs_file = fs_dir->v.files; fs_file && fs_file->name; ++fs_file) { in entry_create_dir()
2535 for (fs_file = fs_dir->v.files; fs_file && fs_file->name; ++fs_file) { in entry_remove_dir()
A Dlsm.c971 aa_inherit_files(bprm->cred, current->files); in apparmor_bprm_committing_creds()
/security/integrity/ima/
A DKconfig20 values of executables and other sensitive system files,
28 whether or not critical system files have been modified.
179 to be signed. Unsigned files might prevent the system from
241 Adds support for signatures appended to files. The format of the

Completed in 34 milliseconds