We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07a7d4a commit fb959f1Copy full SHA for fb959f1
src/sysusers/sysusers.c
@@ -65,9 +65,12 @@ typedef struct Item {
65
uid_t uid;
66
67
bool gid_set:1;
68
- // id_set_strict means that the group with the specified gid must
69
- // exist and that the check if a uid clashes with a gid is skipped
+
+ /* When set the group with the specified gid must exist
70
+ * and the check if a uid clashes with the gid is skipped.
71
+ */
72
bool id_set_strict:1;
73
74
bool uid_set:1;
75
76
bool todo_user:1;
0 commit comments