Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/security/apparmor/
Dfile.c90 int aa_audit_file(struct aa_profile *profile, struct aa_perms *perms, in aa_audit_file()
221 struct aa_perms perms = { }; in aa_compute_fperms() local
257 struct aa_perms *perms) in aa_str_perms()
268 struct aa_perms *perms) in __aa_path_perm()
285 struct aa_perms *perms) in profile_path_perm()
317 struct aa_perms perms = {}; in aa_path_perm() local
362 struct aa_perms lperms = {}, perms; in profile_path_link() local
510 struct aa_perms perms = {}; in __file_path_perm() local
Ddomain.c135 struct aa_perms *perms) in label_compound_match()
195 struct aa_perms *perms) in label_components_match()
255 struct aa_perms *perms) in label_match()
289 struct aa_perms *perms) in change_profile_perms()
630 struct aa_perms perms = {}; in profile_transition() local
726 struct aa_perms perms = {}; in profile_onexec() local
1152 struct aa_perms perms = {}; in aa_change_hat() local
1261 u32 request, struct aa_perms *perms) in change_profile_perms_wrapper()
1295 struct aa_perms perms = {}; in aa_change_profile() local
Dlib.c290 void aa_apply_modes_to_perms(struct aa_profile *profile, struct aa_perms *perms) in aa_apply_modes_to_perms()
326 struct aa_perms *perms) in aa_compute_perms()
382 int type, u32 request, struct aa_perms *perms) in aa_profile_match_label()
399 struct aa_perms perms; in aa_profile_label_perm() local
429 int aa_check_perms(struct aa_profile *profile, struct aa_perms *perms, in aa_check_perms()
Dmount.c134 struct aa_perms *perms, const char *info, int error) in audit_mount()
216 struct aa_perms perms = { in compute_mnt_perms() local
242 void *data, bool binary, struct aa_perms *perms) in do_match_mnt()
321 struct aa_perms perms = { }; in match_mnt_path_str() local
585 struct aa_perms perms = { }; in profile_umount() local
646 struct aa_perms perms = { }; in build_pivotroot() local
Dipc.c67 struct aa_perms perms = { }; in profile_ptrace_perm() local
191 struct aa_perms perms; in profile_signal_perm() local
Dnet.c111 struct aa_perms perms = { }; in aa_profile_af_perm() local
217 struct aa_perms perms = { }; in aa_secmark_perm() local
Dlabel.c1304 struct aa_perms *perms) in label_compound_match()
1362 struct aa_perms *perms) in label_components_match()
1420 struct aa_perms *perms) in aa_label_match()
/kernel/linux/linux-5.10/drivers/s390/crypto/
Dzcrypt_api.c129 struct ap_perms perms; member
495 struct ap_perms *perms = &ap_perms; in zcrypt_open() local
542 static inline int zcrypt_check_ioctl(struct ap_perms *perms, in zcrypt_check_ioctl()
561 static inline bool zcrypt_check_card(struct ap_perms *perms, int card) in zcrypt_check_card()
566 static inline bool zcrypt_check_queue(struct ap_perms *perms, int queue) in zcrypt_check_queue()
633 static long zcrypt_rsa_modexpo(struct ap_perms *perms, in zcrypt_rsa_modexpo()
741 static long zcrypt_rsa_crt(struct ap_perms *perms, in zcrypt_rsa_crt()
849 static long _zcrypt_send_cprb(bool userspace, struct ap_perms *perms, in _zcrypt_send_cprb()
1010 static long _zcrypt_send_ep11_cprb(bool userspace, struct ap_perms *perms, in _zcrypt_send_ep11_cprb()
1405 static int icarsamodexpo_ioctl(struct ap_perms *perms, unsigned long arg) in icarsamodexpo_ioctl()
[all …]
/kernel/linux/linux-5.10/security/selinux/include/
Davc_ss.h18 const char *perms[sizeof(u32) * 8 + 1]; member
Dsecurity.h256 #define security_xperm_set(perms, x) (perms[x >> 5] |= 1 << (x & 0x1f)) argument
257 #define security_xperm_test(perms, x) (1 & (perms[x >> 5] >> (x & 0x1f))) argument
/kernel/linux/linux-5.10/tools/testing/selftests/mqueue/
Dmq_open_tests.c203 int perms = DEFFILEMODE; in test_queue() local
225 int perms = DEFFILEMODE; in test_queue_fail() local
/kernel/linux/linux-5.10/drivers/soc/qcom/
Drmtfs_mem.c33 unsigned int perms; member
174 struct qcom_scm_vmperm perms[2]; in qcom_rmtfs_mem_probe() local
/kernel/linux/linux-5.10/tools/testing/selftests/vm/
Dmlock2.h31 char perms[5]; in seek_to_smaps_entry() local
/kernel/linux/linux-5.10/drivers/net/wireless/rsi/
Drsi_debugfs.h36 umode_t perms; member
/kernel/linux/linux-5.10/drivers/infiniband/sw/siw/
Dsiw_mem.c169 enum ib_access_flags perms, int len) in siw_check_mem()
223 enum ib_access_flags perms, u32 off, int len) in siw_check_sge()
/kernel/linux/linux-5.10/security/selinux/ss/
Dservices.h16 u32 perms[sizeof(u32) * 8]; /* policy values for permissions */ member
Davtab.h67 struct extended_perms_data perms; member
/kernel/linux/linux-5.10/scripts/selinux/genheaders/
Dgenheaders.c15 const char *perms[sizeof(unsigned) * 8 + 1]; member
/kernel/linux/linux-5.10/scripts/selinux/mdp/
Dmdp.c33 const char *perms[sizeof(unsigned) * 8 + 1]; member
/kernel/linux/linux-5.10/arch/arm/mm/
Dinit.c521 static void set_section_perms(struct section_perm *perms, int n, bool set, in set_section_perms()
553 static void update_sections_early(struct section_perm perms[], int n) in update_sections_early()
/kernel/linux/linux-5.10/arch/ia64/include/asm/sn/
Dsn_sal.h67 sn_change_memprotect(u64 paddr, u64 len, u64 perms, u64 *nasid_array) in sn_change_memprotect()
/kernel/linux/linux-5.10/arch/x86/platform/uv/
Dbios_uv.c135 uv_bios_change_memprotect(u64 paddr, u64 len, enum uv_memprotect perms) in uv_bios_change_memprotect()
/kernel/linux/linux-5.10/security/apparmor/include/
Dfile.h219 u32 perms = 0; in aa_map_file_to_perms() local
/kernel/linux/linux-5.10/fs/hfsplus/
Dcatalog.c81 void hfsplus_cat_set_perms(struct inode *inode, struct hfsplus_perm *perms) in hfsplus_cat_set_perms()
/kernel/linux/linux-5.10/security/selinux/
Dhooks.c1640 u32 perms, in inode_has_perm()
1935 u32 perms, in superblock_has_perm()
3011 u32 perms, u32 audited, u32 denied, in audit_inode_permission()
3032 u32 perms; in selinux_inode_permission() local
4491 static int sock_has_perm(struct sock *sk, u32 perms) in sock_has_perm()
5924 u32 perms) in ipc_has_perm()
5988 int perms; in selinux_msg_queue_msgctl() local
6127 int perms; in selinux_shm_shmctl() local
6163 u32 perms; in selinux_shm_shmat() local
6213 u32 perms; in selinux_sem_semctl() local
[all …]

12