Searched refs:write (Results 1 – 17 of 17) sorted by relevance
/security/ |
D | min_addr.c | 32 int mmap_min_addr_handler(struct ctl_table *table, int write, in mmap_min_addr_handler() argument 37 if (write && !capable(CAP_SYS_RAWIO)) in mmap_min_addr_handler() 40 ret = proc_doulongvec_minmax(table, write, buffer, lenp, ppos); in mmap_min_addr_handler()
|
D | device_cgroup.c | 798 .write = devcgroup_access_write, 803 .write = devcgroup_access_write,
|
D | Kconfig.hardening | 257 generated "write-what-where" gadgets) in the resulting kernel
|
/security/smack/ |
D | smackfs.c | 676 .write = smk_write_load, 960 .write = smk_write_cipso, 1034 .write = smk_write_cipso2, 1299 .write = smk_write_net4addr, 1556 .write = smk_write_net6addr, 1623 .write = smk_write_doi, 1701 .write = smk_write_direct, 1779 .write = smk_write_mapped, 1869 .write = smk_write_ambient, 2050 .write = smk_write_onlycap, [all …]
|
D | Kconfig | 50 Sending a signal has been treated as a write operation to the
|
/security/tomoyo/ |
D | common.c | 1138 int (*write)(struct tomoyo_acl_param *param); in tomoyo_write_domain2() member 1152 return tomoyo_callback[i].write(¶m); in tomoyo_write_domain2() 2425 head->write = tomoyo_write_domain; in tomoyo_open_control() 2430 head->write = tomoyo_write_exception; in tomoyo_open_control() 2440 head->write = tomoyo_write_pid; in tomoyo_open_control() 2450 head->write = tomoyo_write_stat; in tomoyo_open_control() 2456 head->write = tomoyo_write_profile; in tomoyo_open_control() 2461 head->write = tomoyo_write_answer; in tomoyo_open_control() 2466 head->write = tomoyo_write_manager; in tomoyo_open_control() 2492 head->write = NULL; in tomoyo_open_control() [all …]
|
D | securityfs_if.c | 120 .write = tomoyo_write_self, 210 .write = tomoyo_write,
|
D | common.h | 795 int (*write)(struct tomoyo_io_buffer *head); member
|
/security/yama/ |
D | yama_lsm.c | 432 static int yama_dointvec_minmax(struct ctl_table *table, int write, in yama_dointvec_minmax() argument 437 if (write && !capable(CAP_SYS_PTRACE)) in yama_dointvec_minmax() 445 return proc_dointvec_minmax(&table_copy, write, buffer, lenp, ppos); in yama_dointvec_minmax()
|
/security/integrity/evm/ |
D | evm_secfs.c | 113 .write = evm_write_key, 282 .write = evm_write_xattrs,
|
/security/safesetid/ |
D | securityfs.c | 300 .write = safesetid_uid_file_write, 305 .write = safesetid_gid_file_write,
|
/security/lockdown/ |
D | lockdown.c | 146 .write = lockdown_write,
|
/security/selinux/ |
D | selinuxfs.c | 200 .write = sel_write_enforce, 335 .write = sel_write_disable, 672 .write = sel_write_load, 773 .write = sel_write_checkreqprot, 852 .write = sel_write_validatetrans, 896 .write = selinux_transaction_write, 1358 .write = sel_write_bool, 1410 .write = sel_commit_bools_write, 1601 .write = sel_write_avc_cache_threshold,
|
/security/landlock/ |
D | syscalls.c | 129 .write = fop_dummy_write,
|
/security/integrity/ima/ |
D | ima_fs.c | 447 .write = ima_write_policy,
|
/security/apparmor/ |
D | apparmorfs.c | 452 .write = profile_load, 469 .write = profile_replace, 509 .write = profile_remove, 981 .write = aa_write_access,
|
D | lsm.c | 1713 static int apparmor_dointvec(struct ctl_table *table, int write, in apparmor_dointvec() argument 1721 return proc_dointvec(table, write, buffer, lenp, ppos); in apparmor_dointvec()
|