~ubuntu-branches/ubuntu/quantal/sudo/quantal

« back to all changes in this revision

Viewing changes to plugins/sudoers/regress/iolog_path/data

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2011-11-20 12:07:45 UTC
  • mfrom: (1.3.17 sid)
  • Revision ID: package-import@ubuntu.com-20111120120745-o3qpklobmygytndc
Tags: 1.8.3p1-1ubuntu1
* Merge from debian/testing, remaining changes:
  - debian/patches/keep_home_by_default.patch:
    + Set HOME in initial_keepenv_table. (rebased for 1.8.3p1)
  - debian/patches/enable_badpass.patch: turn on "mail_badpass" by default:
    + attempting sudo without knowing a login password is as bad as not
      being listed in the sudoers file, especially if getting the password
      wrong means doing the access-check-email-notification never happens
      (rebased for 1.8.3p1)
  - debian/rules:
    + compile with --without-lecture --with-tty-tickets (Ubuntu specific)
    + install man/man8/sudo_root.8 (Ubuntu specific)
    + install apport hooks
    + The ubuntu-sudo-as-admin-successful.patch was taken upstream by
      Debian however it requires a --enable-admin-flag configure flag to
      actually enable it.
  - debian/sudoers: 
    + grant admin group sudo access
  - debian/sudo-ldap.dirs, debian/sudo.dirs: 
    + add usr/share/apport/package-hooks
  - debian/sudo.preinst:
    + avoid conffile prompt by checking for known default /etc/sudoers
      and if found installing the correct default /etc/sudoers file

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
000001
 
2
nobody
 
3
1
 
4
root
 
5
0
 
6
somehost
 
7
id
 
8
/var/log/sudo-io
 
9
%%{bogus}
 
10
/var/log/sudo-io
 
11
%%{bogus}
 
12
 
 
13
000001
 
14
nobody
 
15
1
 
16
root
 
17
0
 
18
somehost
 
19
id
 
20
/var/log/sudo-io
 
21
%%{seq}
 
22
/var/log/sudo-io
 
23
%%{seq}
 
24
 
 
25
000001
 
26
nobody
 
27
1
 
28
root
 
29
0
 
30
somehost
 
31
id
 
32
/var/log/sudo-io
 
33
%{seq}
 
34
/var/log/sudo-io
 
35
00/00/01
 
36
 
 
37
000001
 
38
nobody
 
39
1
 
40
root
 
41
0
 
42
somehost
 
43
id
 
44
/var/log/sudo-io/%{user}
 
45
%{seq}
 
46
/var/log/sudo-io/nobody
 
47
00/00/01
 
48
 
 
49
000001
 
50
nobody
 
51
1
 
52
root
 
53
0
 
54
somehost
 
55
su
 
56
/var/log/sudo-io/%{user}/%{runas_user}
 
57
%{command}_%Y%m%s_%H%M
 
58
/var/log/sudo-io/nobody/root
 
59
su_%Y%m%s_%H%M
 
60
 
 
61
000001
 
62
nobody
 
63
1
 
64
root
 
65
0
 
66
somehost
 
67
su
 
68
/var/log/sudo-io/
 
69
/%{user}/%{runas_user}/%{command}_%Y%m%s_%H%M
 
70
/var/log/sudo-io
 
71
nobody/root/su_%Y%m%s_%H%M
 
72
 
 
73
000001
 
74
nobody
 
75
1
 
76
root
 
77
0
 
78
somehost
 
79
su
 
80
/var/log/sudo-io/%d%m%Y
 
81
%{user}/%{runas_user}/%{command}
 
82
/var/log/sudo-io/%d%m%Y
 
83
nobody/root/su
 
84
 
 
85
000001
 
86
nobody
 
87
1
 
88
root
 
89
0
 
90
somehost
 
91
su
 
92
////////
 
93
%{user}/%{runas_user}/%{command}
 
94
/
 
95
nobody/root/su
 
96