Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/security/apparmor/
H A 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
H A 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
H 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()
H 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
243 void *data, bool binary, struct aa_perms *perms) in do_match_mnt()
322 struct aa_perms perms = { }; in match_mnt_path_str() local
586 struct aa_perms perms = { }; in profile_umount() local
647 struct aa_perms perms = { }; in build_pivotroot() local
H A Dipc.c67 struct aa_perms perms = { }; in profile_ptrace_perm() local
191 struct aa_perms perms; in profile_signal_perm() local
H A Dnet.c111 struct aa_perms perms = { }; in aa_profile_af_perm() local
217 struct aa_perms perms = { }; in aa_secmark_perm() local
/OK3568_Linux_fs/kernel/drivers/s390/crypto/
H A 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 …]
/OK3568_Linux_fs/yocto/poky/scripts/
H A Drelocate_sdk.py228 perms = os.stat(e)[stat.ST_MODE] variable
230 perms = None variable
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/security/selinux/include/
H A Davc_ss.h18 const char *perms[sizeof(u32) * 8 + 1]; member
H A Dsecurity.h279 #define security_xperm_set(perms, x) (perms[x >> 5] |= 1 << (x & 0x1f)) argument
280 #define security_xperm_test(perms, x) (1 & (perms[x >> 5] >> (x & 0x1f))) argument
/OK3568_Linux_fs/kernel/drivers/soc/qcom/
H A Drmtfs_mem.c33 unsigned int perms; member
174 struct qcom_scm_vmperm perms[2]; in qcom_rmtfs_mem_probe() local
/OK3568_Linux_fs/kernel/drivers/infiniband/sw/siw/
H 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()
/OK3568_Linux_fs/kernel/tools/testing/selftests/vm/
H A Dmlock2.h31 char perms[5]; in seek_to_smaps_entry() local
/OK3568_Linux_fs/kernel/drivers/net/wireless/rsi/
H A Drsi_debugfs.h36 umode_t perms; member
/OK3568_Linux_fs/kernel/security/selinux/ss/
H A Dservices.h16 u32 perms[sizeof(u32) * 8]; /* policy values for permissions */ member
H A Davtab.h67 struct extended_perms_data perms; member
/OK3568_Linux_fs/kernel/scripts/selinux/genheaders/
H A Dgenheaders.c15 const char *perms[sizeof(unsigned) * 8 + 1]; member
/OK3568_Linux_fs/kernel/arch/arm/mm/
H A Dinit.c523 static void set_section_perms(struct section_perm *perms, int n, bool set, in set_section_perms()
555 static void update_sections_early(struct section_perm perms[], int n) in update_sections_early()
/OK3568_Linux_fs/kernel/scripts/selinux/mdp/
H A Dmdp.c33 const char *perms[sizeof(unsigned) * 8 + 1]; member
/OK3568_Linux_fs/u-boot/drivers/spmi/
H A Dspmi-sandbox.c34 u8 perms; /* Access permissions */ member
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/sn/
H A Dsn_sal.h67 sn_change_memprotect(u64 paddr, u64 len, u64 perms, u64 *nasid_array) in sn_change_memprotect()
/OK3568_Linux_fs/kernel/arch/x86/platform/uv/
H A Dbios_uv.c135 uv_bios_change_memprotect(u64 paddr, u64 len, enum uv_memprotect perms) in uv_bios_change_memprotect()
/OK3568_Linux_fs/kernel/security/apparmor/include/
H A Dfile.h219 u32 perms = 0; in aa_map_file_to_perms() local
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/experimental/bits/
H A Dfs_fwd.h141 enum class perms : unsigned { in _GLIBCXX_VISIBILITY() enum

12