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

/linux-master/fs/proc/
H A Dproc_sysctl.c413 * sysctl_perm does NOT grant the superuser all rights automatically, because
428 static int sysctl_perm(struct ctl_table_header *head, struct ctl_table *table, int op) function
566 if (sysctl_perm(head, table, write ? MAY_WRITE : MAY_READ))
810 error = sysctl_perm(head, table, mask & ~MAY_NOT_BLOCK);

Completed in 191 milliseconds