40
40
"backup" : [{"groupname" : "backup" , "username" : "backup" }],
41
41
"list" : [{"groupname" : "list" , "username" : "list" }],
42
42
"irc" : [{"groupname" : "irc" , "username" : "irc" }],
43
- "gnats" : [{"groupname" : "gnats" , "username" : "gnats" }],
44
43
"nobody" : [{"groupname" : "nogroup" , "username" : "nobody" }],
45
44
"systemd-network" : [
46
45
{"groupname" : "systemd-network" , "username" : "systemd-network" }
@@ -149,15 +148,7 @@ def check_nixbld_users():
149
148
150
149
print ("All nixbld users are in the 'nixbld' group." )
151
150
152
- < << << << HEAD
153
- == == == =
154
- # Define usernames for which you want to compare results
155
- << << << < HEAD
156
- usernames = ["postgres" , "ubuntu" , "root" , "daemon" , "bin" , "sys" , "sync" , "games" ,"man" ,"lp" ,"mail" ,"news" ,"uucp" ,"proxy" ,"www-data" ,"backup" ,"list" ,"irc" ,"nobody" ,"systemd-network" ,"systemd-resolve" ,"systemd-timesync" ,"messagebus" ,"ec2-instance-connect" ,"sshd" ,"wal-g" ,"pgbouncer" ,"gotrue" ,"envoy" ,"kong" ,"nginx" ,"vector" ,"adminapi" ,"postgrest" ,"tcpdump" ,"systemd-coredump" ]
157
- > >> >> >> b4a0e8c8 (chore : in 24.04 legacy gnats no longer present in ubuntu )
158
- == == == =
159
151
usernames = ["postgres" , "ubuntu" , "root" , "daemon" , "bin" , "sys" , "sync" , "games" ,"man" ,"lp" ,"mail" ,"news" ,"uucp" ,"proxy" ,"www-data" ,"backup" ,"list" ,"irc" ,"nobody" ,"systemd-network" ,"systemd-resolve" ,"systemd-timesync" ,"messagebus" ,"ec2-instance-connect" ,"sshd" ,"wal-g" ,"pgbouncer" ,"gotrue" ,"envoy" ,"kong" ,"nginx" ,"vector" ,"adminapi" ,"postgrest" ,"tcpdump" ]
160
- > >> >> >> ec20fb3b (chore : permission check and restore kong original version )
161
152
162
153
def main ():
163
154
parser = argparse .ArgumentParser (
@@ -193,7 +184,6 @@ def main():
193
184
"backup" ,
194
185
"list" ,
195
186
"irc" ,
196
- "gnats" ,
197
187
"nobody" ,
198
188
"systemd-network" ,
199
189
"systemd-resolve" ,
@@ -210,7 +200,6 @@ def main():
210
200
"adminapi" ,
211
201
"postgrest" ,
212
202
"tcpdump" ,
213
- "systemd-coredump" ,
214
203
]
215
204
if not qemu_artifact :
216
205
usernames .append ("ec2-instance-connect" )
0 commit comments