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" }
@@ -148,15 +147,7 @@ def check_nixbld_users():
148
147
149
148
print ("All nixbld users are in the 'nixbld' group." )
150
149
151
- < << << << HEAD
152
- == == == =
153
- # Define usernames for which you want to compare results
154
- << << << < HEAD
155
- 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" ]
156
- > >> >> >> b4a0e8c8 (chore : in 24.04 legacy gnats no longer present in ubuntu )
157
- == == == =
158
150
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" ]
159
- > >> >> >> ec20fb3b (chore : permission check and restore kong original version )
160
151
161
152
def main ():
162
153
parser = argparse .ArgumentParser (
@@ -192,7 +183,6 @@ def main():
192
183
"backup" ,
193
184
"list" ,
194
185
"irc" ,
195
- "gnats" ,
196
186
"nobody" ,
197
187
"systemd-network" ,
198
188
"systemd-resolve" ,
@@ -209,7 +199,6 @@ def main():
209
199
"adminapi" ,
210
200
"postgrest" ,
211
201
"tcpdump" ,
212
- "systemd-coredump" ,
213
202
]
214
203
if not qemu_artifact :
215
204
usernames .append ("ec2-instance-connect" )
0 commit comments