Me demandait justement hier pourquoi sudo était dans les updates de mint en voici l'application.
Internet: Fiber150 Fastfiber 34.95, Tél fixe OVH + Betamax 2.5 euros, Mobile orange 1.5 euros, MolotovTV bouquet Extended à l'année 8.33€ par mois, Zattoo TV.
+-47 euros/mois pour du quadruple play fibré, les alternatives existent, si l'on ajoute l'abonnement mobile Français avec 300 Gigas, minutes et sms illimités, on arrive à 57 euros.il faut juste oser !
Fritz!Box 5690pro int, FW 8.25- Fibre SANS GARANTIES. Sauvegarde du manuel, FW et recovery FW du modem Fritz 7490, 7530ax, 5690pro et du répétiteur wlan 1750 et 1200ax: https://drive.google.com/drive/folders/ ... sp=sharing
Je viens de vérifier la version de mint qui a été mises à jours hier à 19h20:
Version de sudo 1.8.21p2
La version du greffon de politique de sudoers est 1.8.21p2
La version de la grammaire du fichier sudoers est 46
Sudoers I/O plugin version 1.8.21p2
Edit tout à l'air en ordre c'est ubuntu qui ne suis pas les numéros de version.
Update instructions
The problem can be corrected by updating your system to the following package versions:
Internet: Fiber150 Fastfiber 34.95, Tél fixe OVH + Betamax 2.5 euros, Mobile orange 1.5 euros, MolotovTV bouquet Extended à l'année 8.33€ par mois, Zattoo TV.
+-47 euros/mois pour du quadruple play fibré, les alternatives existent, si l'on ajoute l'abonnement mobile Français avec 300 Gigas, minutes et sms illimités, on arrive à 57 euros.il faut juste oser !
Unix-Linux a écrit : 15 oct. 2019, 08:06
J'ai toujours été "anti sudo".
Polkit est plus strict de ce coté, quoique très controversé par certains, même par Linus T....
Sudo est en effet une vielle habitude, que dis je, un automatisme.
Internet: Fiber150 Fastfiber 34.95, Tél fixe OVH + Betamax 2.5 euros, Mobile orange 1.5 euros, MolotovTV bouquet Extended à l'année 8.33€ par mois, Zattoo TV.
+-47 euros/mois pour du quadruple play fibré, les alternatives existent, si l'on ajoute l'abonnement mobile Français avec 300 Gigas, minutes et sms illimités, on arrive à 57 euros.il faut juste oser !
sudo/gksudo, j'ai toujours trouvé ça casse-couille. Depuis l'école, pour moi, c'est "su root" et quand je peux pas, ça m'énerve. Du coup, je mets l'ancêtre de (quasi) toutes les distros: Debian. (Et pour le fun, je me mettrais bien une Slackware, c'est la première distro Linux que j'ai eu dans les mains fin '90)
Internet: Edpnet VDSL XL + Fritz!Box 7530AX+4040 TV: TCL 50P616 UHD/HDR Android TV + Fransat CAM+Carte + TNT belge + Wavefrontier T90 (5°W + 13°E +19.2E + 28.2°E) Tel Fixe: VOIP OVH (abo découverte) + Clone Betamax + 4x Fritz!Fon C5 Tel Mobile: abo DIGI5 (eSIM) - Google Pixel 7a NAS: Orange Pi 3 LTS avec boitier Fantec 4 baies, 26TB
* SECURITY UPDATE: privilege escalation via UID -1
- debian/patches/CVE-2019-14287.patch: treat an ID of -1 as invalid
in lib/util/strtoid.c.
- CVE-2019-14287
- debian/patches/CVE-2019-14287-2.patch: fix and add to tests in
lib/util/regress/atofoo/atofoo_test.c,
plugins/sudoers/regress/testsudoers/test5.out.ok,
plugins/sudoers/regress/testsudoers/test5.sh.
- CVE-2019-14287
Internet: Fiber150 Fastfiber 34.95, Tél fixe OVH + Betamax 2.5 euros, Mobile orange 1.5 euros, MolotovTV bouquet Extended à l'année 8.33€ par mois, Zattoo TV.
+-47 euros/mois pour du quadruple play fibré, les alternatives existent, si l'on ajoute l'abonnement mobile Français avec 300 Gigas, minutes et sms illimités, on arrive à 57 euros.il faut juste oser !
Although for desktops the benefits of using sudo are great, there are possible issues which need to be noted:
Redirecting the output of commands run with sudo requires a different approach. For instance consider sudo ls > /root/somefile will not work since it is the shell that tries to write to that file. You can use ls | sudo tee -a /root/somefile to append, or ls | sudo tee /root/somefile to overwrite contents. You could also pass the whole command to a shell process run under sudo to have the file written to with root permissions, such as sudo sh -c "ls > /root/somefile".
In a lot of office environments the ONLY local user on a system is root. All other users are imported using NSS techniques such as nss-ldap. To setup a workstation, or fix it, in the case of a network failure where nss-ldap is broken, root is required. This tends to leave the system unusable unless cracked. An extra local user, or an enabled root password is needed here. The local user account should have its $HOME on a local disk, _not_ on NFS (or any other networked filesystem), and a .profile/.bashrc that doesn't reference any files on NFS mounts. This is usually the case for root, but if adding a non-root rescue account, you will have to take these precautions manually. However the advantage of using a local user with sudo is that commands can be easily tracked, as mentioned in the benefits above.
Fritz!Box 5690pro int, FW 8.25- Fibre SANS GARANTIES. Sauvegarde du manuel, FW et recovery FW du modem Fritz 7490, 7530ax, 5690pro et du répétiteur wlan 1750 et 1200ax: https://drive.google.com/drive/folders/ ... sp=sharing