Home
last modified time | relevance | path

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

/linux-6.1.9/security/tomoyo/
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()
Dcommon.h317 TOMOYO_MOUNT_REMOUNT, /* mount -o remount /dir */ enumerator