In the root user namespace, user/group IDs have a 1-to-1 relationship with the users/groups they represent. In other user namespaces, this is not the case; for example, two different unmapped users may both "have" the overflow UID. This means that it is generally only valid to compare user and group
| 38 | |
| 39 | // KUID is a user ID in the root user namespace. |
| 40 | type KUID uint32 |
| 41 | |
| 42 | // KGID is a group ID in the root user namespace. |
| 43 | type KGID uint32 |
no outgoing calls
no test coverage detected