Microsoft non ha brevettato il comando sudo
Il brevetto numero 7617530 registrato in America a favore di Microsoft non riguardi il comando sudo come era sembrato in questi giorni.
Il brevetto in questione infatti parla di un sistema di elevazione dei privilegi in caso il sistema operativo si accorga che l’applicazione corrente ha bisogno di tali diritti per completare la sua esecuzione. In questo caso quindi è il sistema operativo che è direttamente coinvolto e prende le decisioni sull’eventuale elevazione dei privilegi.
Il comando sudo, presente in tutti i sistemi Unix dagli anni ’80 e implementato anche in modo grafico sulle distribuzioni moderne, invece prevede l’azione dell’utente che sa a priori che una certa applicazione ha bisogno di privilegi elevati e la esegue in questo modo. In questo caso il sistema operativo non svolge alcuna azione, ma è l’utente che deve elevare i suoi privilegi prima di eseguire una certa applicazione.
Il comando sudo quindi è salvo, né ha dato comunicazione infatti Todd C. Miller, supervisore del progetto sudo in una mailing list.
I’ve already received a number of questions about US patent 7,617,530 that some people seem to believe might cover sudo. I don’t think that is the case.
My reading of the patent indicates that it is geared towards GUI-based environments where the user may need to perform some action (such as setting the clock in a control panel) that requires increased privileges. The actual “invention” appears to be that the user is able to perform an action as a different user without having to type in the name of that other user when authenticating. One example given in that patent is the ability to click on a name in a list of privileged users as opposed to having to type in a user name.
Sudo simply doesn’t work this way. When a command is run via sudo the user is actively running the command as a different user. What is described in the patent is a mechanism whereby an application or the operating system detects that an action needs to be run with increased privileges and automatically prompts the user with a list of potential users that have the appropriate privilege level to perform the task.
– todd
Fonte: http://www.sudo.ws/pipermail/sudo-users/2009-November/004228.html
Articoli correlati
Nessun articolo correlato.
Se ti è piaciuto questo articolo, lascia un commento oppure sottoscrivi il feed per leggere anche gli articoli futuri appena usciti.