Searched refs:sysctl_perm (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/fs/proc/
H A Dproc_sysctl.c402 * sysctl_perm does NOT grant the superuser all rights automatically, because
417 static int sysctl_perm(struct ctl_table_header *head, struct ctl_table *table, int op) sysctl_perm() function
533 if (sysctl_perm(head, table, write ? MAY_WRITE : MAY_READ)) proc_sys_call_handler()
742 error = sysctl_perm(head, table, mask & ~MAY_NOT_BLOCK); proc_sys_permission()

Completed in 62 milliseconds