Mailinglist Archive: opensuse-bugs (7478 mails)
| < Previous | Next > |
[Bug 365178] New: yast2 sudoers will put line ALL ALL = (ALL) ALL wrong into /etc/sudoers
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Wed, 27 Feb 2008 05:52:45 -0700 (MST)
- Message-id: <bug-365178-21960@xxxxxxxxxxxxxxxxxxxxxxxxx/>
https://bugzilla.novell.com/show_bug.cgi?id=365178
Summary: yast2 sudoers will put line ALL ALL = (ALL) ALL
wrong into /etc/sudoers
Product: openSUSE 10.3
Version: Final
Platform: All
OS/Version: openSUSE 10.3
Status: NEW
Severity: Normal
Priority: P5 - None
Component: YaST2
AssignedTo: bnc-team-screening@xxxxxxxxxxxxxxxxxxxxxx
ReportedBy: fnmueller@xxxxxxxxxxxx
QAContact: jsrain@xxxxxxxxxx
Found By: Other
When configuring /etc/sudoers via yast2 --> security --> sudo to not ask for
root password upon a certain command it will put the "ALL ALL = (ALL) ALL"
line in the wrong place, causing sudo still to ask for the root password.
It is:
marcel ALL = (%root) NOPASSWD: /etc/init.d/smb start,/sbin/shutdown -h +60
ALL ALL = (ALL) ALL
It should be:
ALL ALL = (ALL) ALL
marcel ALL = (%root) NOPASSWD: /etc/init.d/smb start,/sbin/shutdown -h +60
Even worse, yast will change back the sudoers file to :
marcel ALL = (%root) NOPASSWD: /etc/init.d/smb start,/sbin/shutdown -h +60
ALL ALL = (ALL) ALL
when adding a new command. Even though I used visudo to force ALL ALL =
(ALL) ALL to be the first line.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Summary: yast2 sudoers will put line ALL ALL = (ALL) ALL
wrong into /etc/sudoers
Product: openSUSE 10.3
Version: Final
Platform: All
OS/Version: openSUSE 10.3
Status: NEW
Severity: Normal
Priority: P5 - None
Component: YaST2
AssignedTo: bnc-team-screening@xxxxxxxxxxxxxxxxxxxxxx
ReportedBy: fnmueller@xxxxxxxxxxxx
QAContact: jsrain@xxxxxxxxxx
Found By: Other
When configuring /etc/sudoers via yast2 --> security --> sudo to not ask for
root password upon a certain command it will put the "ALL ALL = (ALL) ALL"
line in the wrong place, causing sudo still to ask for the root password.
It is:
marcel ALL = (%root) NOPASSWD: /etc/init.d/smb start,/sbin/shutdown -h +60
ALL ALL = (ALL) ALL
It should be:
ALL ALL = (ALL) ALL
marcel ALL = (%root) NOPASSWD: /etc/init.d/smb start,/sbin/shutdown -h +60
Even worse, yast will change back the sudoers file to :
marcel ALL = (%root) NOPASSWD: /etc/init.d/smb start,/sbin/shutdown -h +60
ALL ALL = (ALL) ALL
when adding a new command. Even though I used visudo to force ALL ALL =
(ALL) ALL to be the first line.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |