Home
last modified time | relevance | path

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

/openbmc/linux/security/tomoyo/
H A Dmount.c17 [TOMOYO_MOUNT_MAKE_UNBINDABLE] = "--make-unbindable",
116 } else if (type == tomoyo_mounts[TOMOYO_MOUNT_MAKE_UNBINDABLE] || in tomoyo_mount_acl()
228 type = tomoyo_mounts[TOMOYO_MOUNT_MAKE_UNBINDABLE]; in tomoyo_mount_permission()
H A Dcommon.h318 TOMOYO_MOUNT_MAKE_UNBINDABLE, /* mount --make-unbindable /dir */ enumerator