/linux-6.3-rc2/security/apparmor/ |
A D | policy_compat.c | 100 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 173 struct aa_perms *perms; in compute_xmatch_perms() local 207 struct aa_perms perms = { }; in compute_perms_entry() local
|
A D | file.c | 92 int aa_audit_file(struct aa_profile *profile, struct aa_perms *perms, in aa_audit_file() 201 struct aa_perms *perms) in aa_str_perms() 213 struct aa_perms *perms) in __aa_path_perm() 233 struct aa_perms *perms) in profile_path_perm() 265 struct aa_perms perms = {}; in aa_path_perm() local 312 struct aa_perms lperms = {}, perms; in profile_path_link() local 461 struct aa_perms perms = {}; in __file_path_perm() local
|
A D | domain.c | 120 struct aa_perms *perms) in label_compound_match() 182 struct aa_perms *perms) in label_components_match() 244 struct aa_perms *perms) in label_match() 278 struct aa_perms *perms) in change_profile_perms() 632 struct aa_perms perms = {}; in profile_transition() local 730 struct aa_perms perms = {}; in profile_onexec() local 1157 struct aa_perms perms = {}; in aa_change_hat() local 1266 u32 request, struct aa_perms *perms) in change_profile_perms_wrapper() 1302 struct aa_perms perms = {}; in aa_change_profile() local
|
A D | lib.c | 309 void aa_apply_modes_to_perms(struct aa_profile *profile, struct aa_perms *perms) in aa_apply_modes_to_perms() 337 int type, u32 request, struct aa_perms *perms) in aa_profile_match_label() 356 struct aa_perms perms; in aa_profile_label_perm() local 387 int aa_check_perms(struct aa_profile *profile, struct aa_perms *perms, in aa_check_perms()
|
A D | mount.c | 134 struct aa_perms *perms, const char *info, int error) in audit_mount() 223 void *data, bool binary, struct aa_perms *perms) in do_match_mnt() 304 struct aa_perms perms = { }; in match_mnt_path_str() local 574 struct aa_perms perms = { }; in profile_umount() local 637 struct aa_perms perms = { }; in build_pivotroot() local
|
A D | net.c | 113 struct aa_perms perms = { }; in aa_profile_af_perm() local 220 struct aa_perms perms = { }; in aa_secmark_perm() local
|
A D | ipc.c | 83 struct aa_perms perms; in profile_signal_perm() local
|
A D | task.c | 234 struct aa_perms perms = { }; in profile_ptrace_perm() local
|
/linux-6.3-rc2/drivers/s390/crypto/ |
A D | zcrypt_api.c | 124 struct ap_perms perms; member 531 struct ap_perms *perms = &ap_perms; in zcrypt_open() local 578 static inline int zcrypt_check_ioctl(struct ap_perms *perms, in zcrypt_check_ioctl() 596 static inline bool zcrypt_check_card(struct ap_perms *perms, int card) in zcrypt_check_card() 668 static long zcrypt_rsa_modexpo(struct ap_perms *perms, in zcrypt_rsa_modexpo() 778 static long zcrypt_rsa_crt(struct ap_perms *perms, in zcrypt_rsa_crt() 888 static long _zcrypt_send_cprb(bool userspace, struct ap_perms *perms, in _zcrypt_send_cprb() 1530 static int icarsacrt_ioctl(struct ap_perms *perms, unsigned long arg) in icarsacrt_ioctl() 1670 struct ap_perms *perms = in zcrypt_unlocked_ioctl() local 1916 static long trans_xcrb32(struct ap_perms *perms, struct file *filp, in trans_xcrb32() [all …]
|
/linux-6.3-rc2/tools/testing/selftests/mqueue/ |
A D | mq_open_tests.c | 203 int perms = DEFFILEMODE; in test_queue() local 225 int perms = DEFFILEMODE; in test_queue_fail() local
|
/linux-6.3-rc2/security/selinux/include/ |
A D | avc_ss.h | 18 const char *perms[sizeof(u32) * 8 + 1]; member
|
A D | security.h | 268 #define security_xperm_set(perms, x) ((perms)[(x) >> 5] |= 1 << ((x) & 0x1f)) argument 269 #define security_xperm_test(perms, x) (1 & ((perms)[(x) >> 5] >> ((x) & 0x1f))) argument
|
/linux-6.3-rc2/drivers/soc/qcom/ |
A D | rmtfs_mem.c | 34 unsigned int perms; member 175 struct qcom_scm_vmperm perms[NUM_MAX_VMIDS + 1]; in qcom_rmtfs_mem_probe() local
|
/linux-6.3-rc2/drivers/infiniband/sw/siw/ |
A D | siw_mem.c | 169 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()
|
/linux-6.3-rc2/tools/testing/selftests/mm/ |
A D | mlock2.h | 31 char perms[5]; in seek_to_smaps_entry() local
|
/linux-6.3-rc2/drivers/net/wireless/rsi/ |
A D | rsi_debugfs.h | 36 umode_t perms; member
|
/linux-6.3-rc2/arch/arm/mm/ |
A D | init.c | 394 static void set_section_perms(struct section_perm *perms, int n, bool set, in set_section_perms() 426 static void update_sections_early(struct section_perm perms[], int n) in update_sections_early()
|
/linux-6.3-rc2/security/selinux/ss/ |
A D | services.h | 16 u32 perms[sizeof(u32) * 8]; /* policy values for permissions */ member
|
A D | avtab.h | 67 struct extended_perms_data perms; member
|
/linux-6.3-rc2/scripts/selinux/genheaders/ |
A D | genheaders.c | 15 const char *perms[sizeof(unsigned) * 8 + 1]; member
|
/linux-6.3-rc2/scripts/selinux/mdp/ |
A D | mdp.c | 33 const char *perms[sizeof(unsigned) * 8 + 1]; member
|
/linux-6.3-rc2/security/apparmor/include/ |
A D | file.h | 144 u32 perms = 0; in aa_map_file_to_perms() local
|
/linux-6.3-rc2/arch/ia64/include/asm/sn/ |
A D | sn_sal.h | 67 sn_change_memprotect(u64 paddr, u64 len, u64 perms, u64 *nasid_array) in sn_change_memprotect()
|
/linux-6.3-rc2/fs/hfsplus/ |
A D | catalog.c | 81 void hfsplus_cat_set_perms(struct inode *inode, struct hfsplus_perm *perms) in hfsplus_cat_set_perms()
|
/linux-6.3-rc2/security/selinux/ |
A D | hooks.c | 1618 u32 perms, in inode_has_perm() 1914 u32 perms, in superblock_has_perm() 3043 u32 perms, u32 audited, u32 denied, in audit_inode_permission() 3060 u32 perms; in selinux_inode_permission() local 4558 static int sock_has_perm(struct sock *sk, u32 perms) in sock_has_perm() 5985 u32 perms) in ipc_has_perm() 6047 int perms; in selinux_msg_queue_msgctl() local 6184 int perms; in selinux_shm_shmctl() local 6220 u32 perms; in selinux_shm_shmat() local 6268 u32 perms; in selinux_sem_semctl() local [all …]
|