fix sudoers file, X apps didn't work (#206320)
This commit is contained in:
parent
810ab1ed05
commit
b0b9d355b3
2
sources
2
sources
@ -1,2 +1,2 @@
|
|||||||
b29893c06192df6230dd5f340f3badf5 sudo-1.6.8p12.tar.gz
|
b29893c06192df6230dd5f340f3badf5 sudo-1.6.8p12.tar.gz
|
||||||
a7e16582ef741f70961a74020ceaec33 sudo-1.6.8p12-sudoers
|
6370419a4bd51faa8d28e0d0a3bc7896 sudo-1.6.8p12-sudoers
|
||||||
|
@ -61,7 +61,7 @@ Defaults env_keep = "COLORS DISPLAY HOSTNAME HISTSIZE INPUTRC KDEDIR \
|
|||||||
LANG LC_ADDRESS LC_CTYPE LC_COLLATE LC_IDENTIFICATION \
|
LANG LC_ADDRESS LC_CTYPE LC_COLLATE LC_IDENTIFICATION \
|
||||||
LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC \
|
LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC \
|
||||||
LC_PAPER LC_TELEPHONE LC_TIME LC_ALL LANGUAGE LINGUAS \
|
LC_PAPER LC_TELEPHONE LC_TIME LC_ALL LANGUAGE LINGUAS \
|
||||||
_XKB_CHARSET"
|
_XKB_CHARSET XAUTHORITY"
|
||||||
|
|
||||||
## Next comes the main part: which users can run what software on
|
## Next comes the main part: which users can run what software on
|
||||||
## which machines (the sudoers file can be shared between multiple
|
## which machines (the sudoers file can be shared between multiple
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: Allows restricted root access for specified users.
|
Summary: Allows restricted root access for specified users.
|
||||||
Name: sudo
|
Name: sudo
|
||||||
Version: 1.6.8p12
|
Version: 1.6.8p12
|
||||||
Release: 8
|
Release: 9
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: http://www.courtesan.com/sudo/
|
URL: http://www.courtesan.com/sudo/
|
||||||
@ -126,6 +126,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/bin/chmod 0440 /etc/sudoers || :
|
/bin/chmod 0440 /etc/sudoers || :
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 21 2006 Peter Vrabec <pvrabec@redhat.com> 1.6.8p12-9
|
||||||
|
- fix sudoers file, X apps didn't work (#206320)
|
||||||
|
|
||||||
* Tue Aug 08 2006 Peter Vrabec <pvrabec@redhat.com> 1.6.8p12-8
|
* Tue Aug 08 2006 Peter Vrabec <pvrabec@redhat.com> 1.6.8p12-8
|
||||||
- use Red Hat specific default sudoers file
|
- use Red Hat specific default sudoers file
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user