diff options
| -rw-r--r-- | Property/Sudo.hs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Property/Sudo.hs b/Property/Sudo.hs index 33fbf67e..f341a3eb 100644 --- a/Property/Sudo.hs +++ b/Property/Sudo.hs @@ -8,7 +8,10 @@ import qualified Property.Apt as Apt import Property.User {- Allows a user to sudo. If the user has a password, sudo is configured - - to require it. If not, NOPASSWORD is enabled for the user. -} + - to require it. If not, NOPASSWORD is enabled for the user. + - + - TOOD: Full sudoers file format parse.. + -} enabledFor :: UserName -> Property enabledFor user = Property desc go `requires` Apt.installed ["sudo"] where |
