4040 "backup" : [{"groupname" : "backup" , "username" : "backup" }],
4141 "list" : [{"groupname" : "list" , "username" : "list" }],
4242 "irc" : [{"groupname" : "irc" , "username" : "irc" }],
43- "gnats" : [{"groupname" : "gnats" , "username" : "gnats" }],
4443 "nobody" : [{"groupname" : "nogroup" , "username" : "nobody" }],
4544 "systemd-network" : [
4645 {"groupname" : "systemd-network" , "username" : "systemd-network" }
@@ -149,15 +148,7 @@ def check_nixbld_users():
149148
150149 print ("All nixbld users are in the 'nixbld' group." )
151150
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- == == == =
159151usernames = ["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 )
161152
162153def main ():
163154 parser = argparse .ArgumentParser (
@@ -193,7 +184,6 @@ def main():
193184 "backup" ,
194185 "list" ,
195186 "irc" ,
196- "gnats" ,
197187 "nobody" ,
198188 "systemd-network" ,
199189 "systemd-resolve" ,
@@ -210,7 +200,6 @@ def main():
210200 "adminapi" ,
211201 "postgrest" ,
212202 "tcpdump" ,
213- "systemd-coredump" ,
214203 ]
215204 if not qemu_artifact :
216205 usernames .append ("ec2-instance-connect" )
0 commit comments