Home
last modified time | relevance | path

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

/Linux-v4.19/security/tomoyo/
Dmount.c16 [TOMOYO_MOUNT_MAKE_UNBINDABLE] = "--make-unbindable",
113 } else if (type == tomoyo_mounts[TOMOYO_MOUNT_MAKE_UNBINDABLE] || in tomoyo_mount_acl()
225 type = tomoyo_mounts[TOMOYO_MOUNT_MAKE_UNBINDABLE]; in tomoyo_mount_permission()
Dcommon.h315 TOMOYO_MOUNT_MAKE_UNBINDABLE, /* mount --make-unbindable /dir */ enumerator