Searched defs:write (Results 1 - 3 of 3) sorted by relevance

/security/
H A Dmin_addr.c31 int mmap_min_addr_handler(struct ctl_table *table, int write, argument
36 if (write && !capable(CAP_SYS_RAWIO))
39 ret = proc_doulongvec_minmax(table, write, buffer, lenp, ppos);
/security/yama/
H A Dyama_lsm.c379 static int yama_dointvec_minmax(struct ctl_table *table, int write, argument
384 if (write && !capable(CAP_SYS_PTRACE))
387 rc = proc_dointvec_minmax(table, write, buffer, lenp, ppos);
392 if (write && *(int *)table->data == *(int *)table->extra2)
/security/tomoyo/
H A Dcommon.h700 * Structure for "file execute", "file read", "file write", "file append",
790 int (*write) (struct tomoyo_io_buffer *); member in struct:tomoyo_io_buffer
830 /* Size of write buffer. */

Completed in 125 milliseconds