#!/bin/bash

# Fix permissions for sudoers
chmod -f 0440 /etc/sudoers.d/*
