Home
last modified time | relevance | path

Searched refs:TOMOYO_MOUNT_BIND (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/security/tomoyo/
Dmount.c13 [TOMOYO_MOUNT_BIND] = "--bind",
118 } else if (type == tomoyo_mounts[TOMOYO_MOUNT_BIND] || in tomoyo_mount_acl()
205 type = tomoyo_mounts[TOMOYO_MOUNT_BIND]; in tomoyo_mount_permission()
Dcommon.h312 TOMOYO_MOUNT_BIND, /* mount --bind /source /dest */ enumerator