Home
last modified time | relevance | path

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

/linux-3.4.99/security/tomoyo/
Dmount.c15 [TOMOYO_MOUNT_MAKE_UNBINDABLE] = "--make-unbindable",
111 } else if (type == tomoyo_mounts[TOMOYO_MOUNT_MAKE_UNBINDABLE] || in tomoyo_mount_acl()
223 type = tomoyo_mounts[TOMOYO_MOUNT_MAKE_UNBINDABLE]; in tomoyo_mount_permission()
Dcommon.h314 TOMOYO_MOUNT_MAKE_UNBINDABLE, /* mount --make-unbindable /dir */ enumerator