Home
last modified time | relevance | path

Searched refs:file_perms (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/security/apparmor/include/
Dfile.h87 struct file_perms { struct
95 extern struct file_perms nullperms; argument
147 int aa_audit_file(struct aa_profile *profile, struct file_perms *perms,
172 struct file_perms *perms);
/linux-4.4.14/security/apparmor/
Dfile.c22 struct file_perms nullperms;
106 int aa_audit_file(struct aa_profile *profile, struct file_perms *perms, in aa_audit_file()
194 static struct file_perms compute_perms(struct aa_dfa *dfa, unsigned int state, in compute_perms()
197 struct file_perms perms; in compute_perms()
240 struct file_perms *perms) in aa_str_perms()
282 struct file_perms perms = {}; in aa_path_perm()
359 struct file_perms lperms, perms; in aa_path_link()
Ddomain.c95 static struct file_perms change_profile_perms(struct aa_profile *profile, in change_profile_perms()
100 struct file_perms perms; in change_profile_perms()
344 struct file_perms perms = {}; in apparmor_bprm_set_creds()
400 struct file_perms cp; in apparmor_bprm_set_creds()
611 struct file_perms perms = {}; in aa_change_hat()
749 struct file_perms perms = {}; in aa_change_profile()
/linux-4.4.14/drivers/usb/gadget/function/
Du_fs.h273 } file_perms; member
Df_fs.c1125 inode = ffs_sb_make_inode(sb, data, fops, NULL, &ffs->file_perms); in ffs_sb_create_file()
1302 ffs->file_perms = data.perms; in ffs_fs_mount()