Changes between Version 1 and Version 2 of sudo


Ignore:
Timestamp:
05/24/2007 01:06:28 AM (16 years ago)
Author:
Ward
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • sudo

    v1 v2  
    11= SUDO =
     2If you get the message:
     3
     4{{{
     5sudo: can't open /etc/sudoers: Permission denied
     6}}}
     7Then check the following:[[BR]]
     8- Are the sudo permissions correct: /usr/bin/sudo should have 4111 (---s--x--x root root)[[BR]]
     9- Are the sudoers permissions correct: /etc/sudoers should have 0440 (-r--r----- root root)[[BR]]
     10- And the not-so-well-documented: The directory containing sudoers (usually /etc) must be readable by the group that owns this directory (not just the user!!)
     11
     12
     13Note that
     14{{{
     15make install
     16}}}
     17ensures that the file permissions are correct, but it does not check the /etc-permissions.
    218
    319[wiki:Security Up][[br]]