| /linux/security/integrity/ |
| H A D | digsig.c | 99 __integrity_init_keyring(const unsigned int id,key_perm_t perm,struct key_restriction * restriction) __integrity_init_keyring() argument 128 key_perm_t perm; integrity_init_keyring() local 169 integrity_add_key(const unsigned int id,const void * data,off_t size,key_perm_t perm) integrity_add_key() argument 199 key_perm_t perm; integrity_load_x509() local 219 integrity_load_cert(const unsigned int id,const char * source,const void * data,size_t len,key_perm_t perm) integrity_load_cert() argument [all...] |
| /linux/security/tomoyo/ |
| H A D | file.c | 365 u16 perm = READ_ONCE(*a_perm); tomoyo_merge_path_acl() local 386 tomoyo_update_path_acl(const u16 perm,struct tomoyo_acl_param * param) tomoyo_update_path_acl() argument 440 u8 perm = READ_ONCE(*a_perm); tomoyo_merge_mkdev_acl() local 462 tomoyo_update_mkdev_acl(const u8 perm,struct tomoyo_acl_param * param) tomoyo_update_mkdev_acl() argument 520 u8 perm = READ_ONCE(*a_perm); tomoyo_merge_path2_acl() local 541 tomoyo_update_path2_acl(const u8 perm,struct tomoyo_acl_param * param) tomoyo_update_path2_acl() argument 658 u8 perm = READ_ONCE(*a_perm); tomoyo_merge_path_number_acl() local 678 tomoyo_update_path_number_acl(const u8 perm,struct tomoyo_acl_param * param) tomoyo_update_path_number_acl() argument 1014 u16 perm = 0; tomoyo_write_file() local [all...] |
| H A D | common.c | 1421 const u16 perm = ptr->perm; in tomoyo_print_entry() local 1452 const u8 perm = ptr->perm; in tomoyo_print_entry() local 1473 const u8 perm = ptr->perm; in tomoyo_print_entry() local 1494 const u8 perm = ptr->perm; in tomoyo_print_entry() local 1517 const u8 perm = ptr->perm; in tomoyo_print_entry() local 1550 const u8 perm = ptr->perm; in tomoyo_print_entry() local
|
| H A D | network.c | 236 u8 perm = READ_ONCE(*a_perm); in tomoyo_merge_inet_acl() local 262 u8 perm = READ_ONCE(*a_perm); in tomoyo_merge_unix_acl() local [all...] |
| H A D | common.h | 711 u16 perm; /* Bitmask of values in "enum tomoyo_path_acl_index". */ member 722 u8 perm; member 730 u8 perm; /* Bitmask of values in "enum tomoyo_mkdev_acl_index". */ member 742 u8 perm; /* Bitmask of values in "enum tomoyo_path2_acl_index". */ member 766 u8 perm; /* Bitmask of values in "enum tomoyo_network_acl_index" */ member 775 u8 perm; /* Bitmask of values in "enum tomoyo_network_acl_index" */ member
|
| /linux/ipc/ |
| H A D | util.h | 208 static inline void ipc_lock_object(struct kern_ipc_perm *perm) in ipc_lock_object() 213 static inline void ipc_unlock_object(struct kern_ipc_perm *perm) in ipc_unlock_object() 218 static inline void ipc_assert_locked_object(struct kern_ipc_perm *perm) in ipc_assert_locked_object() 223 static inline void ipc_unlock(struct kern_ipc_perm *perm) in ipc_unlock() 237 static inline bool ipc_valid_object(struct kern_ipc_perm *perm) in ipc_valid_object()
|
| H A D | namespace.c | 130 struct kern_ipc_perm *perm; in free_ipcs() local
|
| /linux/drivers/s390/char/ |
| H A D | keyboard.c | 361 int cmd, int perm) in do_kdsk_ioctl() 437 int cmd, int perm) in do_kdgkb_ioctl() 483 int perm; in kbd_ioctl() local
|
| /linux/security/keys/ |
| H A D | key.c | 226 key_perm_t perm, unsigned long flags, in key_alloc() 811 key_perm_t perm, in __key_create_or_update() 1018 key_perm_t perm, in key_create_or_update() 1055 key_perm_t perm, in key_create()
|
| /linux/drivers/vhost/ |
| H A D | iotlb.c | 52 u64 addr, unsigned int perm, in vhost_iotlb_add_range_ctx() 105 u64 addr, unsigned int perm) in vhost_iotlb_add_range()
|
| H A D | vdpa.c | 970 static int perm_to_iommu_flags(u32 perm) in perm_to_iommu_flags() 993 u64 iova, u64 size, u64 pa, u32 perm, void *opaque) in vhost_vdpa_map() 1046 u64 iova, u64 size, u64 uaddr, u32 perm) in vhost_vdpa_va_map() 1097 u64 iova, u64 size, u64 uaddr, u32 perm) in vhost_vdpa_pa_map()
|
| /linux/tools/testing/selftests/capabilities/ |
| H A D | test_execve.c | 198 bool eff, bool perm, bool inh, bool ambient) in exec_other_validate_cap() 206 static void exec_validate_cap(bool eff, bool perm, bool inh, bool ambient) in exec_validate_cap()
|
| /linux/security/selinux/ |
| H A D | avc.c | 194 u8 perm, u8 which) in avc_xperms_has_perm() 211 u8 driver, u8 base_perm, u8 perm) in avc_xperms_allow_perm() 270 static inline void avc_quick_copy_xperms_decision(u8 perm, in avc_quick_copy_xperms_decision() 386 u8 perm, in avc_xperms_audit_required() 416 u8 perm, int result, in avc_xperms_audit() 655 u32 av = sad->audited, perm; in avc_audit_pre_callback() local
|
| /linux/tools/include/linux/ |
| H A D | module.h | 5 #define module_param(name, type, perm) argument
|
| /linux/security/integrity/platform_certs/ |
| H A D | platform_keyring.c | 29 key_perm_t perm; in add_to_platform_keyring() local
|
| H A D | machine_keyring.c | 26 key_perm_t perm; in add_to_machine_keyring() local
|
| /linux/security/apparmor/ |
| H A D | lib.c | 304 unsigned int i, perm = 1; in aa_perm_mask_to_str() local 324 unsigned int i, perm = 1; in aa_audit_perm_names() local
|
| /linux/include/linux/ |
| H A D | vhost_iotlb.h | 17 u32 perm; member
|
| /linux/fs/9p/ |
| H A D | vfs_dir.c | 50 unsigned long perm = mistat->mode; in dt_type() local
|
| /linux/arch/powerpc/platforms/powernv/ |
| H A D | opal-sysparam.c | 149 u8 *perm; in opal_sys_param_init() local
|
| /linux/drivers/iommu/amd/ |
| H A D | ppr.c | 69 int perm = 0; in ppr_flag_to_fault_perm() local
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | alloc.c | 235 void mlx5_fill_page_frag_array_perm(struct mlx5_frag_buf *buf, __be64 *pas, u8 perm) in mlx5_fill_page_frag_array_perm()
|
| /linux/sound/core/seq/ |
| H A D | seq_clientmgr.c | 2530 #define FLAG_PERM_RD(perm) ((perm) & SNDRV_SEQ_PORT_CAP_READ ? ((perm) & SNDRV_SEQ_PORT_CAP_SUBS_RE… argument 2531 #define FLAG_PERM_WR(perm) ((perm) & SNDRV_SEQ_PORT_CAP_WRITE ? ((perm) & SNDRV_SEQ_PORT_CAP_SUBS_W… argument 2532 #define FLAG_PERM_EX(perm) ((perm) & SNDRV_SEQ_PORT_CAP_NO_EXPORT ? '-' : 'e') argument 2534 #define FLAG_PERM_DUPLEX(perm) ((perm) & SNDRV_SEQ_PORT_CAP_DUPLEX ? 'X' : '-') argument
|
| /linux/drivers/soc/qcom/ |
| H A D | rmtfs_mem.c | 296 struct qcom_scm_vmperm perm; in qcom_rmtfs_mem_remove() local
|
| /linux/certs/ |
| H A D | system_keyring.c | 168 key_perm_t perm; in add_to_secondary_keyring() local
|