Merge lp:~abone/ubuntu/utopic/sudo/fix-1130643 into lp:ubuntu/utopic/sudo

Proposed by Andrey Bondarenko
Status: Merged
Merge reported by: Martin Pitt
Merged at revision: not available
Proposed branch: lp:~abone/ubuntu/utopic/sudo/fix-1130643
Merge into: lp:ubuntu/utopic/sudo
Diff against target: 65 lines (+13/-6)
2 files modified
debian/changelog (+7/-0)
debian/sudo_root.8 (+6/-6)
To merge this branch: bzr merge lp:~abone/ubuntu/utopic/sudo/fix-1130643
Reviewer Review Type Date Requested Status
Martin Pitt Approve
Review via email: mp+231957@code.launchpad.net

Description of the change

Admin group was deprecated in Ubuntu 12.04 (more than 2 years ago),
bug #1130643 registered more than a year ago, but sudo_root still
mention admin group instead sudo.

This fix is far from ideal, but it uses actual group name at least.
Probably someone should say someting about admin group that may appear
on systems that were upgraded from pre 12.04 release, but English is
not so good to do man page rewrite.

To post a comment you must log in.
Revision history for this message
Martin Pitt (pitti) wrote :

Good point, thank you!

review: Approve
Revision history for this message
Martin Pitt (pitti) wrote :

Uploaded.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2014-02-10 12:21:53 +0000
3+++ debian/changelog 2014-08-22 19:30:13 +0000
4@@ -1,3 +1,10 @@
5+sudo (1.8.9p5-1ubuntu2) utopic; urgency=medium
6+
7+ * debian/sudo_root.8: mention sudo group instead of deprecated group
8+ admin (LP: #1130643)
9+
10+ -- Andrey Bondarenko <abondarenko@users.sourceforge.net> Sat, 23 Aug 2014 01:18:05 +0600
11+
12 sudo (1.8.9p5-1ubuntu1) trusty; urgency=low
13
14 * Merge from Debian unstable. Remaining changes:
15
16=== modified file 'debian/sudo_root.8'
17--- debian/sudo_root.8 2006-08-23 18:05:48 +0000
18+++ debian/sudo_root.8 2014-08-22 19:30:13 +0000
19@@ -33,7 +33,7 @@
20
21 By default, only the user who installed the system is permitted to run
22 sudo. To add more administrators, i. e. users who can run sudo, you
23-have to add these users to the group 'admin' by doing one of the
24+have to add these users to the group 'sudo' by doing one of the
25 following steps:
26
27 .IP * 2
28@@ -42,13 +42,13 @@
29 .RS 4
30 .B sudo adduser
31 .I username
32-.B admin
33+.B sudo
34 .RE
35
36 .IP * 2
37 Use the graphical "Users & Groups" program in the "System settings"
38 menu to add the new user to the
39-.B admin
40+.B sudo
41 group.
42
43 .SH BENEFITS OF USING SUDO
44@@ -71,7 +71,7 @@
45 do not know is what the usernames of your other users are.
46 .IP * 2
47 Allows easy transfer for admin rights, in a short term or long term
48-period, by adding and removing users from the admin group, while not
49+period, by adding and removing users from the sudo group, while not
50 compromising the root account.
51 .IP * 2
52 sudo can be set up with a much more fine\-grained security policy.
53@@ -127,10 +127,10 @@
54 and comment out the line
55
56 .RS 4
57-%admin ALL=(ALL) ALL
58+%sudo ALL=(ALL) ALL
59 .RE
60
61-to disable sudo access to members of the admin group.
62+to disable sudo access to members of the sudo group.
63
64 .SH SEE ALSO
65 .BR sudo (8),

Subscribers

People subscribed via source and target branches