Skip to content

Commit

Permalink
docs: fix inadvertent change in uid range
Browse files Browse the repository at this point in the history
  • Loading branch information
keszybz committed Oct 6, 2019
1 parent f10bb2c commit 581004b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/UIDS-GIDS.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ the artifacts the container manager persistently leaves in the system.
| 65535 | 16bit `(uid_t) -1` | Linux | |
| 65536…524287 | Unused | | |
| 524288…1879048191 | Container UID ranges | `systemd` | `nss-mymachines` |
| 1879048191…2147483647 | Unused | | |
| 1879048192…2147483647 | Unused | | |
| 2147483648…4294967294 | HIC SVNT LEONES | | |
| 4294967295 | 32bit `(uid_t) -1` | Linux | |

Expand Down

0 comments on commit 581004b

Please sign in to comment.