add a struct for all sections
This commit is contained in:
@@ -364,8 +364,8 @@ shellIndex len(shells)*2 shell index array
|
||||
shellBlob <= 4032 shell data blob (max 63*64 bytes)
|
||||
groups ? packed Group entries (8b padding)
|
||||
users ? packed User entries (8b padding)
|
||||
groupMembers ? per-group memberlist (no padding)
|
||||
userGids ? per-user gidlist entries (8b padding)
|
||||
groupMembers ? per-group varint memberlist (no padding)
|
||||
userGids ? per-user varint gidlist (8b padding)
|
||||
```
|
||||
|
||||
Section creation order:
|
||||
|
||||
Reference in New Issue
Block a user