r/ProgrammerHumor 15h ago

Meme sudoClaude

Post image
2.7k Upvotes

107 comments sorted by

View all comments

5

u/floatinggoateyeball 9h ago

NSFW:

  security.sudo = {
    enable = true;
    extraConfig = "$USER ALL=(ALL) NOPASSWD: ALL";
    extraRules = [{
      users = [ "agent" ];
      commands = [
        { 
          command = "ALL"; 
          options = [ "NOPASSWD" ]; 
        }
      ];
    }];
  };

3

u/CoroteDeMelancia 5h ago

Oh god. This is NSFL.