Home
last modified time | relevance | path

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

/openbmc/linux/security/tomoyo/
H A Dmount.c16 [TOMOYO_MOUNT_REMOUNT] = "--remount",
114 if (type == tomoyo_mounts[TOMOYO_MOUNT_REMOUNT]) { in tomoyo_mount_acl()
205 type = tomoyo_mounts[TOMOYO_MOUNT_REMOUNT]; in tomoyo_mount_permission()
H A Dcommon.h317 TOMOYO_MOUNT_REMOUNT, /* mount -o remount /dir */ enumerator