ฉันยากจน Sudo หลังจากอัพเกรดจาก 9 เป็น 12.04.1


11

ขณะนี้sudoจะถามรหัสผ่าน แต่ไม่มีอะไรเกิดขึ้นหลังจากนั้น ไม่มีข้อผิดพลาดใด ๆ

ฉันตรวจสอบไฟล์ sudoers มันผ่านการตรวจสอบไวยากรณ์ visudo นี่คือการตั้งค่า:

#
# This file MUST be edited with the 'visudo' command as root.
#
# Please consider adding local content in /etc/sudoers.d/ instead of
# directly modifying this file.
#
# See the man page for details on how to write a sudoers file.
#
Defaults        env_reset
Defaults        secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"

# Host alias specification

# User alias specification

# Cmnd alias specification

# User privilege specification
root    ALL=(ALL:ALL) ALL

# Members of the admin group may gain root privileges
%admin ALL=(ALL) ALL

# Allow members of group sudo to execute any command
%sudo   ALL=(ALL:ALL) ALL

# See sudoers(5) for more information on "#include" directives:

#includedir /etc/sudoers.d

ไฟล์มีสิทธิ์ 0440 ฉันเพิ่มตัวเองในกลุ่มsudoและadmin

นี่คือสิ่งที่ดูเหมือนว่าเมื่อฉันพยายามใช้ Sudo:

kml@rhythmsdev:/etc$ sudo apt-get update
kml@rhythmsdev:/etc$ 

อย่างที่คุณเห็นไม่มีข้อผิดพลาดเลย มันเพียงกลับไปที่พรอมต์

นี่คือการอนุญาตไฟล์

-r--r----- 1 root root 723 Feb 1 10:10 sudoers

sudoers.d

drwxr-xr-x 2 root root 4096 Feb 4 16:46 .

นี่คือผลลัพธ์ของidหนึ่งในผู้ใช้ที่ฉันพยายามทำให้ Sudo ทำงานภายใต้:

uid=1010(kml) gid=102(develop) groups=102(develop),4(adm),27(sudo),106(admin),110(ftp)

ฉันทำการอัพเกรด

ฉันทำการอัปเกรดโดยใช้do-release-upgrade -dSSH แต่สามารถเข้าถึงทางกายภาพผ่านการเดินทางไปตามโถงทางเดิน

นี่คือเนื้อหาของ /etc/sources.list

    #
# deb cdrom:[Ubuntu-Server 10.04 LTS _Lucid Lynx_ - Release i386 (20100427)]/ lucid main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb http://us.archive.ubuntu.com/ubuntu/ precise main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ precise main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://us.archive.ubuntu.com/ubuntu/ precise-updates main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ precise-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://us.archive.ubuntu.com/ubuntu/ precise universe
deb-src http://us.archive.ubuntu.com/ubuntu/ precise universe
deb http://us.archive.ubuntu.com/ubuntu/ precise-updates universe
deb-src http://us.archive.ubuntu.com/ubuntu/ precise-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://us.archive.ubuntu.com/ubuntu/ precise multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ precise multiverse
deb http://us.archive.ubuntu.com/ubuntu/ precise-updates multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ precise-updates multiverse

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
# deb http://us.archive.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse
# deb-src http://us.archive.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu lucid partner
# deb-src http://archive.canonical.com/ubuntu lucid partner

deb http://security.ubuntu.com/ubuntu precise-security main restricted
deb-src http://security.ubuntu.com/ubuntu precise-security main restricted
deb http://security.ubuntu.com/ubuntu precise-security universe
deb-src http://security.ubuntu.com/ubuntu precise-security universe
deb http://security.ubuntu.com/ubuntu precise-security multiverse
deb-src http://security.ubuntu.com/ubuntu precise-security multiverse
# deb http://security.ubuntu.com/ubuntu maverick-security main universe

ไดเรกทอรี: /etc/apt/sources.list.dว่างเปล่า

lsb_release -a คือ

No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 12.04.1 LTS
Release:        12.04
Codename:       precise

apt-cache policy sudo คือ:

sudo:
  Installed: 1.8.3p1-1ubuntu3.3
  Candidate: 1.8.3p1-1ubuntu3.3
  Version table:
 *** 1.8.3p1-1ubuntu3.3 0
        500 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main i386 Packages
        100 /var/lib/dpkg/status
     1.8.3p1-1ubuntu3.2 0
        500 http://security.ubuntu.com/ubuntu/ precise-security/main i386 Packages
     1.8.3p1-1ubuntu3 0
        500 http://us.archive.ubuntu.com/ubuntu/ precise/main i386 Packages

type -a sudo คือ

sudo is /usr/bin/sudo

sha256sum $(which sudo) คือ

0efd358e04ea07dc73b67642d9bb85f49143c65996a7c88a57b42557a0b0a50d /usr/bin/sudo

pkexec echo success ทำสิ่งนี้:

==== AUTHENTICATING FOR org.freedesktop.policykit.exec ===
Authentication is needed to run `/bin/echo' as the super user
Multiple identities can be used for authentication:
 1.  My Name,,, (me)
 2.  ,Account used for Git,, (git)
 3.  Coworker1,,, (cw1)
 4.  Coworker2,,, (cw2)
 5.  Coworker3,,, (cw3)
 6.  My Name,,, (me)
 7.  Coworker4,,, (cw4)
 8.  Coworker5,,, (cw5)
 9.  ,Account used for Git,, (git)
Choose identity to authenticate as (1-9): 1
Password:
==== AUTHENTICATION COMPLETE ===
success

มีการเปลี่ยนชื่อเพื่อปกป้องผู้บริสุทธิ์ส่วนใหญ่ ฉันปรากฏตัวสองครั้งด้วยเหตุผลบางอย่าง แต่เพื่อนร่วมงานคนอื่นไม่สามารถใช้ Sudo ได้ (คนที่สามารถอัพเกรดล่วงหน้าได้)

นี่คือผลลัพธ์ของคำสั่งอีกสองสามคำ

visudo the sudoers file และเพิ่มเข้าไป kml ALL=(ALL:ALL) ALLใน root line

sudo -i echo success กลับเหมือนเดิมไม่มีอะไร

echo foo | sudo tee foo.txt; ls -l foo.txt ผล:

ls: cannot access foo.txt: No such file or directory

ฉันติดตั้ง Sudo ใหม่ได้อย่างไร

ฉันทำได้สองครั้ง

ครั้งแรกที่ฉันวิ่ง apt-get install --reinstall sudo- จากรูท

สำเร็จแล้วเล็กน้อยดังนั้นฉันจึงถอนการติดตั้งครั้งแรกผ่าน: apt-get uninstall sudoตามด้วย apt-get install sudo

แก้ไขข้อมูลเพิ่มเติมทำซ้ำ

sudoกลับเงียบหลังจากตรวจสอบรหัสผ่านและไม่ถามอีก sudo -kและsudo -K ก็ล้มเหลวอย่างเงียบ ๆฉันเข้าสู่ระบบในฐานะ root มันจะถามรหัสผ่านในบัญชีปกติ

ข้อมูลเพิ่มเติม 2

ฉันวิ่ง tail -f /var/log/auth.log

นี่คือผลลัพธ์จากฉันsudo lsจากบัญชี kml ของฉัน

Feb  6 16:33:27 rhythmsdev sudo: pam_unix(sudo:session): session opened for user root by kml(uid=1010)
Feb  6 16:33:27 rhythmsdev sudo: pam_unix(sudo:session): session closed for user root

การพยายามป้อนรหัสผ่านไม่ถูกต้องจะขอรหัสผ่านใหม่และบันทึกสิ่งนี้

Feb 6 16:35:17 rhythmsdev sudo: pam_unix(sudo:auth): authentication failure; logname=kml uid=1010 euid=0 tty=/dev/pts/0 ruser=kml rhost= user=kml

ed3

sudo apt-get clean && sudo apt-get update && sudo apt-get --purge --reinstall install sudo

Sudo ยังคงไม่ทำงาน นี่คือผลลัพธ์

apt-get install --purge --reinstall sudo
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
  mono-2.0-gac libxcb-aux0 python-fstab libgnomekbd4 libts-0.0-0 libwpd8c2a libcdio10 xsltproc pnm2ppa librpmbuild0 libcolamd2.7.1 lp-solve libglitz-glx1 openoffice.org-writer libntfs10 python-gnome2 libxcb-render-util0 libevent-1.4-2
  gnome-media gnome-desktop-data libgtk-vnc-1.0-0 libgnomepanel2.24-cil xulrunner-1.9.2 libxcb-event1 libindicator0 linux-headers-2.6.32-38 libicu42 openoffice.org-draw libdbusmenu-glib1 ubufox python-aptdaemon-gtk openoffice.org-gtk
  libsilc-1.1-2 libgnome-media0 libbeagle1 g++-4.4 libexchange-storage1.2-3 libgraphite3 libwpg-0.1-1 libibus1 libproxy0 libnm-util1 python-gtksourceview2 libevview2 scrollkeeper libindicate-gtk2 libwebkit-1.0-2
  libmono-system-runtime2.0-cil libpisock9 libdns64 libcamel1.2-14 bcmwl-modaliases librpmio0 librpm0 libgnome2-perl libaccess-bridge-java-jni libstdc++6-4.4-dev libeggdbus-1-0 libnspr4-0d libgtkhtml-editor0 esound-common
  python-pyorbit gdebi-core libnotify1 python-telepathy libedata-cal1.2-6 libaccess-bridge-java libdevkit-power-gobject1 gnome-media-common librasqal2 libpango1.0-common ubuntuone-client-gnome cups-driver-gutenprint libgadu3
  openoffice.org-style-human libmono-cairo2.0-cil libisccc60 cpu-checker libgweather1 python-gtkspell libgnome-bluetooth7 libxxf86misc1 libloudmouth1-0 libsexy2 libxcb-atom1 libido-0.1-0 libgmime2.4-cil compiz-plugins libffi5
  libgnome-pilot2 libdirectfb-1.2-0 openoffice.org-style-galaxy libgssdp-1.0-2 libcryptui0 finger libmusicbrainz4c2a python-pyatspi libgp11-0 libjs-mootools python-webkit libgcr0 libqt4-webkit libcdio-cdda0 libhunspell-1.2-0 liblwres60
  libgmp3c2 libgtksourceview2.0-common openoffice.org-math libhal1 libgtksourceview2.0-0 hal libgnome2-vfs-perl libprotobuf5 libesd0 openoffice.org-common libegroupwise1.2-13 libdbusmenu-gtk1 libgsf-1-common gnome-doc-utils
  libecal1.2-7 at-spi libpoppler5 libgmime-2.4-2 libgdata1.2-1 libedataserver1.2-11 libhal-storage1 libpython2.6 gnome-system-monitor libmldbm-perl libbind9-60 libimobiledevice0 libgtkmm-2.4-1c2a libglitz1 libevdocument2
  libgdata-google1.2-1 libspeechd2 fglrx-modaliases libnunit2.4-cil libclutter-gtk-0.10-0 libebook1.2-9 libmagickcore2 libaudiofile0 libwps-0.1-1 libedataserverui1.2-8 nvidia-173-modaliases libphonon4 libgnome-window-settings1
  libedata-book1.2-2 libgdata6 libxss1 libgs8 openoffice.org-emailmerge libappindicator0 liblpint-bonobo0 ntfsprogs libjpeg62 libgtkhtml-editor-common libqt4-designer libmpfr1ldbl libcdio-paranoia0 libmysqlclient16 libmagickwand2
  libisccfg60 libfreezethaw-perl smartdimmer libgupnp-1.0-3 screen-resolution-extra libnl1 libanthy0 tsconf liboobs-1-4 libgucharmap7 libgksu2-0 libdb4.7 libsilcclient-1.1-3 libindicate4 libndesk-dbus-glib1.0-cil libraptor1 python-wnck
  liboil0.3 libebackend1.2-0 firefox-branding hal-info speech-dispatcher libgnome-desktop-2-17 fuse-utils python-desktopcouch gwibber libisc60 libnice0 linux-headers-2.6.32-38-generic libnautilus-extension1 compiz-fusion-plugins-main
  gnome-applets-data min12xxw libwebkit-1.0-common libavahi-ui0 libprotoc5 nvidia-96-modaliases libavahi-core6 libgupnp-igd-1.0-2 libgnome2-canvas-perl libgtkhtml3.14-19 libgsf-1-114 python-rdflib gnome-panel-data libpoppler-glib4
  libpisync1 libdotconf1.0 python-indicate
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 16 not upgraded.
Need to get 292 kB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main sudo i386 1.8.3p1-1ubuntu3.3 [292 kB]
Fetched 292 kB in 0s (742 kB/s)
(Reading database ... 310429 files and directories currently installed.)
Preparing to replace sudo 1.8.3p1-1ubuntu3.3 (using .../sudo_1.8.3p1-1ubuntu3.3_i386.deb) ...
Unpacking replacement sudo ...
Processing triggers for ureadahead ...
Processing triggers for man-db ...
Setting up sudo (1.8.3p1-1ubuntu3.3) ...

แก้ไข 4

sha256sum /usr/lib/sudo/sudoers.so /usr/lib/sudo/sudo_noexec.so ผลลัพธ์ใน

6f2e56e05d9a3de942558255b72d59a147be2c637247e244c365838378fe6ec3  /usr/lib/sudo/sudoers.so
7db6a45129ec1ef6d4cb21d7a488a85f5b45e4d21990116f64c9e71f116648c0  /usr/lib/sudo/sudo_noexec.so

Sudo เป็นผู้ใช้อื่น (วิ่งตามรูท)

root@rhythmsdev:/home/kml# sudo -u kml echo success
root@rhythmsdev:/home/kml#

แก้ไข 5

ใช้สคริปต์ที่ Eliah Kagan จัดหาให้ที่นี่ฉันตรวจสอบกลุ่มและรหัสซ้ำกัน diffs ทั้งหมดขึ้นมาว่างเปล่า

แก้ไข 6

strace echo success ที่นี่

แก้ไข 7

root@rhythmsdev:/home/kml# sudo echo success
root@rhythmsdev:/home/kml# echo $?
1

แก้ไข 8

ดูเหมือนว่าจะน่าสนใจซึ่งแตกต่างจากเซิร์ฟเวอร์ที่ใช้งาน sudo ได้

root@rhythmsdev:/home/kml# sudo -l
Matching Defaults entries for root on this host:
    env_reset,
    secure_path=/usr/local/sbin\:/usr/local/bin\:/usr/sbin\:/usr/bin\:/sbin\:/bin

User root may run the following commands on this host:
    (ALL : ALL) ALL
    (ALL) ALL
root@rhythmsdev:/home/kml#

นั่นคือฉันในฐานะที่เป็นราก

ฉันเป็นฉัน (ไม่รูท)

kml@rhythmsdev:~$ sudo -l
[sudo] password for kml:
Matching Defaults entries for kml on this host:
    env_reset,
    secure_path=/usr/local/sbin\:/usr/local/bin\:/usr/sbin\:/usr/bin\:/sbin\:/bin

User kml may run the following commands on this host:
    (ALL : ALL) ALL
    (ALL) ALL
    (ALL : ALL) ALL
kml@rhythmsdev:~$

ขอขอบคุณ,

ตอนนี้ฉันยังใหม่กับแนวคิด


1
@kevingreen ขออภัยยังคงแก้ไขความคิดเห็น! บางทีเราควรดำเนินการต่อในการแชทเนื่องจากไซต์นี้ไม่เหมาะสำหรับการสนทนาและการลองผิดลองถูก
gertvdijk

มันควรจะเป็นเซิร์ฟเวอร์ แต่ฉันจะเดิมพัน แต่เดิมติดตั้งด้วย GUI หนึ่งในผู้ดูแลระบบของเราชอบ GUI
kevingreen

@EliahKagan เพิ่มข้อมูลเพิ่มเติมบางส่วน
kevingreen

ตกลงฉันหวังว่าฉันเข้าใจถูกต้อง ถ้าฉันทำsudo -u kml echo successจากผู้ใช้ที่ไม่ใช่รูทไม่มีอะไรเกิดขึ้น ถ้าฉันsudo -k echo successขอรหัสผ่านฉันก็จะไม่มีอะไรเกิดขึ้น
kevingreen

1
สวัสดี โปรดอัปเดตคำถามของคุณกับข้อมูลใหม่ทั้งหมดต่อไป แต่ฉันขอแนะนำให้เราใช้การแชท หากคุณเห็นด้วยโปรดเข้าร่วมฉันในห้องสนทนานี้ (ใครก็ตามที่สนใจสามารถเข้าร่วมกับเราและ / หรือดูสำเนาได้เช่นกัน)
Eliah Kagan

คำตอบ:


4

นี่คือการต่อต้านภูมิอากาศ ...

ฉันสามารถแก้ไขได้โดยเปลี่ยนหนึ่งบรรทัดในไฟล์ sudoers ของฉัน

ฉันเปลี่ยนบรรทัดนี้

Defaults        env_reset

และฉันเปลี่ยนเป็น

Defaults        !env_reset

นั่นเป็นเพราะฉันสังเกตเห็นว่า sudo -E กำลังทำงานอยู่ ดังนั้นฉันจึงทำการวิจัยและพบวิธีที่จะป้องกันไม่ให้ sudo กำจัดตัวแปรสภาพแวดล้อม จนถึงตอนนี้ดูเหมือนว่าจะได้รับการแก้ไขแล้ว สิ่งที่ฉันต้องทำคือคิดออกว่าต้องเก็บรักษาตัวแปรสภาพแวดล้อมไว้ที่ไหนและฉันจะเพิ่มลงใน env_keep + =

ที่คุณทั้งหมดสำหรับความช่วยเหลือและการสนับสนุนของคุณฉันจะให้ปรับปรุงนี้ ฉันไม่แน่ใจว่ามีคนแนะนำ sudo -E ก่อนที่จะแจ้งให้ฉันทราบและฉันจะให้รางวัลแก่บุคคลนั้น

ed1

ดังนั้นฉันอาจจะสร้างปัญหาด้านความปลอดภัยกับ! env_reset ฉันจะอัพเดทต่อไป


0

ตรวจสอบว่าคุณอยู่ในกลุ่มผู้ดูแลระบบหรือไม่

คุณสามารถบูตบูทกู้ภัยและแก้ไขปัญหาได้เช่นกันโดยใช้ Linux CD

คุณควรใช้ visudo ทุกครั้งเมื่อคุณแก้ไขไฟล์ sudoers visudo จะตรวจสอบไวยากรณ์ของไฟล์ sudo ก่อนที่จะบันทึกปกป้องคุณจากปัญหาเฉพาะนี้ (แต่ไม่ใช่จากการเขียนไฟล์ sudoers ที่ไม่อนุญาตให้คุณเรียกใช้ sudo!)

โปรดทราบว่าโดยทั่วไปแล้ว sudoers จะตั้งค่าให้ไม่สามารถเขียนได้แม้กระทั่งโดยรูทบน Ubuntu:

-r--r----- 1 root root 600 2012-06-18 18:00 sudoers

การป้องกันไฟล์หรือการเป็นเจ้าของไฟล์ sudoers นั้นไม่ถูกต้องอีกต่อไป ไฟล์ต้องเป็นเจ้าของโดยผู้ใช้: รากและกลุ่มรากและไฟล์คุ้มครองควรจะ: 0440 (U = R, G = R, o-rwx)

chown root:root /etc/sudoers
chmod u=r,g=r,o= /etc/sudoers

chown -R root:root /etc/sudoers.d
chmod u=rwx,g=rx,o=rx /etc/sudoers.d/
chmod u=r,g=r,o= /etc/sudoers.d/*

ไฟล์ควรอ่านสำหรับรูทผู้ใช้และรูทกลุ่มเท่านั้นไม่มีอะไรเพิ่มเติมสำหรับทุกคน ไดเร็กทอรีต้องเป็น rx สำหรับทุกคนและสำหรับรูทกลุ่ม แต่เฉพาะผู้ใช้รูทเท่านั้นที่ได้รับอนุญาตให้เขียนในไดเร็กทอรี


นี่คือสิทธิ์ -r--r----- 1 root root 723 Feb 1 10:10 sudoers
kevingreen

ฉันอยู่ในกลุ่ม Sudo และ Admin อย่างแน่นอนฉันได้ตรวจสอบแล้ว
kevingreen

1
การส่งออกของidเป็นตอนนี้ในการปรับปรุงการแสดงคำถามที่ผู้ใช้เป็นสมาชิกของadmin, admและsudoกลุ่ม ไวยากรณ์ดูดีในไฟล์ sudoers และเหมือนกับไฟล์ที่ฉันมีในระบบ 12.04 ของฉัน
gertvdijk

1
@hhlp ทั้งหมดนี้เป็นคำแนะนำในการแก้ไขปัญหาที่ดีสำหรับsudoปัญหาโดยทั่วไปและทั้งหมดก็คุ้มค่าที่จะลอง อย่างไรก็ตามเมื่อผู้ใช้ไม่ได้อยู่ในกลุ่มที่จำเป็นต้องใช้sudoหรือเมื่อใดsudoหรือไฟล์ใดมีความเป็นเจ้าของหรือการอนุญาตที่ไม่ถูกต้องมันจะไม่ล้มเหลวอย่างเงียบ ๆ
Eliah Kagan

1
ฉันตั้งใจทำให้ไฟล์ sudoers สับสนแล้วลองดูว่าจะเกิดอะไรขึ้น มันไม่ส่งเสียงดังและบอกฉันว่ามีข้อผิดพลาดทางไวยากรณ์ ฉันคืนค่ามันและกลับสู่ความล้มเหลวอย่างเงียบ ๆ ถ้าฉันสร้างผู้ใช้ในกลุ่มที่ไม่ถูกต้องโดยไม่มี sudo / admin มันจะล้มเหลวอย่างดัง
kevingreen
โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.