Skip to content

Commit e2bf4a0

Browse files
committed
chore: in 24.04 legacy gnats no longer present in ubuntu
1 parent d08267d commit e2bf4a0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: ansible/files/permission_check.py

+5
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,11 @@ def check_nixbld_users():
151151

152152
print("All nixbld users are in the 'nixbld' group.")
153153

154+
<<<<<<< HEAD
155+
=======
156+
# Define usernames for which you want to compare results
157+
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"]
158+
>>>>>>> b4a0e8c8 (chore: in 24.04 legacy gnats no longer present in ubuntu)
154159

155160
def main():
156161
parser = argparse.ArgumentParser(

0 commit comments

Comments
 (0)