Home
last modified time | relevance | path

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

12

/linux/security/apparmor/
A Dfile.c92 int aa_audit_file(struct aa_profile *profile, struct aa_perms *perms, in aa_audit_file()
223 struct aa_perms perms = { }; in aa_compute_fperms() local
259 struct aa_perms *perms) in aa_str_perms()
270 struct aa_perms *perms) in __aa_path_perm()
287 struct aa_perms *perms) in profile_path_perm()
319 struct aa_perms perms = {}; in aa_path_perm() local
364 struct aa_perms lperms = {}, perms; in profile_path_link() local
512 struct aa_perms perms = {}; in __file_path_perm() local
A Ddomain.c137 struct aa_perms *perms) in label_compound_match()
197 struct aa_perms *perms) in label_components_match()
257 struct aa_perms *perms) in label_match()
291 struct aa_perms *perms) in change_profile_perms()
632 struct aa_perms perms = {}; in profile_transition() local
728 struct aa_perms perms = {}; in profile_onexec() local
1155 struct aa_perms perms = {}; in aa_change_hat() local
1264 u32 request, struct aa_perms *perms) in change_profile_perms_wrapper()
1298 struct aa_perms perms = {}; in aa_change_profile() local
A 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()
A 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
A Dipc.c67 struct aa_perms perms = { }; in profile_ptrace_perm() local
191 struct aa_perms perms; in profile_signal_perm() local
A Dnet.c111 struct aa_perms perms = { }; in aa_profile_af_perm() local
217 struct aa_perms perms = { }; in aa_secmark_perm() local
A Dlabel.c1303 struct aa_perms *perms) in label_compound_match()
1361 struct aa_perms *perms) in label_components_match()
1419 struct aa_perms *perms) in aa_label_match()
/linux/drivers/s390/crypto/
A Dzcrypt_api.c128 struct ap_perms perms; member
494 struct ap_perms *perms = &ap_perms; in zcrypt_open() local
541 static inline int zcrypt_check_ioctl(struct ap_perms *perms, in zcrypt_check_ioctl()
559 static inline bool zcrypt_check_card(struct ap_perms *perms, int card) in zcrypt_check_card()
631 static long zcrypt_rsa_modexpo(struct ap_perms *perms, in zcrypt_rsa_modexpo()
739 static long zcrypt_rsa_crt(struct ap_perms *perms, in zcrypt_rsa_crt()
847 static long _zcrypt_send_cprb(bool userspace, struct ap_perms *perms, in _zcrypt_send_cprb()
1454 static int icarsacrt_ioctl(struct ap_perms *perms, unsigned long arg) in icarsacrt_ioctl()
1594 struct ap_perms *perms = in zcrypt_unlocked_ioctl() local
1840 static long trans_xcRB32(struct ap_perms *perms, struct file *filp, in trans_xcRB32()
[all …]
/linux/tools/testing/selftests/mqueue/
A Dmq_open_tests.c203 int perms = DEFFILEMODE; in test_queue() local
225 int perms = DEFFILEMODE; in test_queue_fail() local
/linux/security/selinux/include/
A Davc_ss.h18 const char *perms[sizeof(u32) * 8 + 1]; member
A Dsecurity.h257 #define security_xperm_set(perms, x) (perms[x >> 5] |= 1 << (x & 0x1f)) argument
258 #define security_xperm_test(perms, x) (1 & (perms[x >> 5] >> (x & 0x1f))) argument
/linux/drivers/soc/qcom/
A Drmtfs_mem.c33 unsigned int perms; member
174 struct qcom_scm_vmperm perms[2]; in qcom_rmtfs_mem_probe() local
/linux/tools/testing/selftests/vm/
A Dmlock2.h31 char perms[5]; in seek_to_smaps_entry() local
/linux/drivers/net/wireless/rsi/
A Drsi_debugfs.h36 umode_t perms; member
/linux/drivers/infiniband/sw/siw/
A 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()
/linux/security/selinux/ss/
A Dservices.h16 u32 perms[sizeof(u32) * 8]; /* policy values for permissions */ member
A Davtab.h67 struct extended_perms_data perms; member
/linux/arch/arm/mm/
A Dinit.c439 static void set_section_perms(struct section_perm *perms, int n, bool set, in set_section_perms()
471 static void update_sections_early(struct section_perm perms[], int n) in update_sections_early()
/linux/scripts/selinux/genheaders/
A Dgenheaders.c15 const char *perms[sizeof(unsigned) * 8 + 1]; member
/linux/scripts/selinux/mdp/
A Dmdp.c33 const char *perms[sizeof(unsigned) * 8 + 1]; member
/linux/arch/ia64/include/asm/sn/
A Dsn_sal.h67 sn_change_memprotect(u64 paddr, u64 len, u64 perms, u64 *nasid_array) in sn_change_memprotect()
/linux/security/apparmor/include/
A Dfile.h219 u32 perms = 0; in aa_map_file_to_perms() local
/linux/fs/hfsplus/
A Dcatalog.c81 void hfsplus_cat_set_perms(struct inode *inode, struct hfsplus_perm *perms) in hfsplus_cat_set_perms()
/linux/security/selinux/
A Dhooks.c1676 u32 perms, in inode_has_perm()
1972 u32 perms, in superblock_has_perm()
3151 u32 perms, u32 audited, u32 denied, in audit_inode_permission()
3168 u32 perms; in selinux_inode_permission() local
4635 static int sock_has_perm(struct sock *sk, u32 perms) in sock_has_perm()
6022 u32 perms) in ipc_has_perm()
6086 int perms; in selinux_msg_queue_msgctl() local
6225 int perms; in selinux_shm_shmctl() local
6261 u32 perms; in selinux_shm_shmat() local
6311 u32 perms; in selinux_sem_semctl() local
[all …]
/linux/arch/x86/platform/uv/
A Dbios_uv.c136 uv_bios_change_memprotect(u64 paddr, u64 len, enum uv_memprotect perms) in uv_bios_change_memprotect()

Completed in 51 milliseconds

12