Home
last modified time | relevance | path

Searched defs:perms (Results 1 – 25 of 48) sorted by relevance

12

/linux/security/apparmor/
H A Ddomain.c131 struct aa_perms *perms) in label_compound_match()
193 struct aa_perms *perms) in label_components_match()
256 struct aa_perms *perms) in label_match()
291 struct aa_perms *perms) in change_profile_perms()
332 struct aa_perms *perms; in aa_xattrs_match() local
423 struct aa_perms *perms; in find_attach() local
670 struct aa_perms perms = {}; in profile_transition() local
800 struct aa_perms perms = {}; in profile_onexec() local
1229 struct aa_perms perms = {}; in aa_change_hat() local
1356 u32 request, struct aa_perms *perms) in change_profile_perms_wrapper()
[all …]
H A Dpolicy_compat.c100 static void compute_fperms_allow(struct aa_perms *perms, struct aa_dfa *dfa, in compute_fperms_allow()
115 struct aa_perms perms = { }; in compute_fperms_user() local
130 struct aa_perms perms = { }; in compute_fperms_other() local
177 struct aa_perms *perms; in compute_xmatch_perms() local
214 struct aa_perms perms = { }; in compute_perms_entry() local
H A Dfile.c96 struct aa_profile *profile, struct aa_perms *perms, in aa_audit_file()
216 struct aa_perms *perms) in aa_str_perms()
229 struct aa_perms *perms) in __aa_path_perm()
251 struct aa_perms *perms) in profile_path_perm()
285 struct aa_perms perms = {}; in aa_path_perm() local
332 struct aa_perms lperms = {}, perms; in profile_path_link() local
489 struct aa_perms perms = {}; in __file_path_perm() local
H A Dmount.c139 struct aa_perms *perms, const char *info, int error) in audit_mount()
229 void *data, bool binary, struct aa_perms *perms) in do_match_mnt()
312 struct aa_perms perms = { }; in match_mnt_path_str() local
606 struct aa_perms perms = { }; in profile_umount() local
671 struct aa_perms perms = { }; in build_pivotroot() local
H A Dcapability.c130 struct aa_perms perms = { }; in profile_capable() local
206 struct aa_perms perms = { }; in aa_profile_capget() local
H A Dlib.c363 void aa_apply_modes_to_perms(struct aa_profile *profile, struct aa_perms *perms) in aa_apply_modes_to_perms()
391 int type, u32 request, struct aa_perms *perms) in aa_profile_match_label()
420 int aa_check_perms(struct aa_profile *profile, struct aa_perms *perms, in aa_check_perms()
H A Dtask.c233 struct aa_perms perms = { }; in profile_ptrace_perm() local
351 struct aa_perms perms = { }; in aa_profile_ns_perm() local
H A Dnet.c169 struct aa_perms perms; in aa_do_perms() local
365 struct aa_perms perms = { }; in aa_secmark_perm() local
H A Dipc.c84 struct aa_perms perms; in profile_signal_perm() local
/linux/drivers/s390/crypto/
H A Dzcrypt_api.c123 struct ap_perms perms; member
505 struct ap_perms *perms = &ap_perms; in zcrypt_open() local
548 static inline int zcrypt_check_ioctl(struct ap_perms *perms, in zcrypt_check_ioctl()
566 static inline bool zcrypt_check_card(struct ap_perms *perms, int card) in zcrypt_check_card()
571 static inline bool zcrypt_check_queue(struct ap_perms *perms, int queue) in zcrypt_check_queue()
640 static long zcrypt_rsa_modexpo(struct ap_perms *perms, in zcrypt_rsa_modexpo()
746 static long zcrypt_rsa_crt(struct ap_perms *perms, in zcrypt_rsa_crt()
852 static long _zcrypt_send_cprb(u32 xflags, struct ap_perms *perms, in _zcrypt_send_cprb()
1040 static long _zcrypt_send_ep11_cprb(u32 xflags, struct ap_perms *perms, in _zcrypt_send_ep11_cprb()
1486 static int icarsamodexpo_ioctl(struct ap_perms *perms, unsigned long arg) in icarsamodexpo_ioctl()
[all …]
/linux/tools/testing/selftests/mqueue/
H A Dmq_open_tests.c203 int perms = DEFFILEMODE; in test_queue() local
225 int perms = DEFFILEMODE; in test_queue_fail() local
/linux/drivers/soc/qcom/
H A Drmtfs_mem.c34 u64 perms; member
174 struct qcom_scm_vmperm perms[NUM_MAX_VMIDS + 1]; in qcom_rmtfs_mem_probe() local
/linux/security/selinux/include/
H A Davc_ss.h18 const char *perms[sizeof(u32) * 8 + 1]; member
H A Dsecurity.h252 #define security_xperm_set(perms, x) ((perms)[(x) >> 5] |= 1 << ((x)&0x1f)) argument
253 #define security_xperm_test(perms, x) (1 & ((perms)[(x) >> 5] >> ((x)&0x1f))) argument
/linux/drivers/infiniband/sw/siw/
H A Dsiw_mem.c137 enum ib_access_flags perms, int len) in siw_check_mem()
191 enum ib_access_flags perms, u32 off, int len) in siw_check_sge()
/linux/tools/testing/selftests/mm/
H A Dmlock2.h24 char perms[5]; in seek_to_smaps_entry() local
/linux/drivers/net/wireless/rsi/
H A Drsi_debugfs.h36 umode_t perms; member
/linux/arch/arm/mm/
H A Dinit.c339 static void set_section_perms(struct section_perm *perms, int n, bool set, in set_section_perms()
371 static void update_sections_early(struct section_perm perms[], int n) in update_sections_early()
/linux/drivers/tee/qcomtee/
H A Dprimordial_obj.c31 u32 perms; member
H A Dmem_obj.c155 u64 *mem_size, u32 *perms) in qcomtee_mem_object_map()
/linux/security/selinux/ss/
H A Dservices.h17 u32 perms[sizeof(u32) * 8]; /* policy values for permissions */ member
H A Davtab.h68 struct extended_perms_data perms; member
/linux/security/selinux/
H A Dgenheaders.c12 const char *perms[sizeof(unsigned) * 8 + 1]; member
/linux/security/apparmor/include/
H A Dfile.h115 u32 perms = 0; in aa_map_file_to_perms() local
/linux/scripts/selinux/mdp/
H A Dmdp.c29 const char *perms[sizeof(unsigned) * 8 + 1]; member

12