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

/linux-master/include/linux/
H A Ddevice_cgroup.h4 #define DEVCG_ACC_MKNOD 1 macro
7 #define DEVCG_ACC_MASK (DEVCG_ACC_MKNOD | DEVCG_ACC_READ | DEVCG_ACC_WRITE)
56 DEVCG_ACC_MKNOD);
/linux-master/security/
H A Ddevice_cgroup.c258 if (access & DEVCG_ACC_MKNOD)
320 * @access: permission mask (DEVCG_ACC_READ, DEVCG_ACC_WRITE, DEVCG_ACC_MKNOD)
355 * @access: permission mask (DEVCG_ACC_READ, DEVCG_ACC_WRITE, DEVCG_ACC_MKNOD)
732 ex.access |= DEVCG_ACC_MKNOD;
828 * @access: combination of DEVCG_ACC_WRITE, DEVCG_ACC_READ and DEVCG_ACC_MKNOD

Completed in 124 milliseconds