Estou tentando me livrar da senha ao alterar o proxy com o networksetup. Alterei as permissões para leitura e gravação da pasta / private / etc e propaguei as alterações nas subpastas.
Eu tentei isso:
sudo chmod u+s /usr/sbin/networksetup
e diz:
`/etc/sudoers is world writable`
no valid sudoers sources found, quitting
Permissão alterada de volta para somente leitura, agora diz
Unable to change file mode on /usr/sbin/networksetup: Operation not permitted
Eu também tentei visudo -f /etc/sudoers
, mas não sei como editar o arquivo daqui. Você pode me ajudar?
EDIT: depois de executar visudo -f/etc/sudoers
, recebo este erro. Devo excluir o arquivo de troca? Nenhum programa adicional está editando a pasta sudoers
E325: ATTENTION
Found a swap file by the name "/etc/.sudoers.tmp.swp"
owned by: mainuser dated: Sun May 1 16:28:25 2016
file name: /private/etc/sudoers.tmp
modified: YES
user name: mainuser host name: Mains-MacBook-Pro.local
process ID: 39284
[O]pen Read-Only, (E)dit anyway, (R)ecover, (D)elete it, (Q)uit, (A)bort:
-- More -- dated: Sun May 1 16:23:40 2016
(1) Another program may be editing the same file.
If this is the case, be careful not to end up with two
different instances of the same file when making changes.
Quit, or continue with caution.
(2) An edit session for this file crashed.
If this is the case, use ":recover" or "vim -r /etc/sudoers.tmp"
to recover the changes (see ":help recovery").
If you did this already, delete the swap file "/etc/.sudoers.tmp.swp"
to avoid this message.
Swap file "/etc/.sudoers.tmp.swp" already exists!
[O]pen Read-Only, (E)dit anyway, (R)ecover, (D)elete it, (Q)uit, (A)bort:
-- More --
EDIT: Para referência futura, se você editar o arquivo manualmente, faça o seguinte: https://discussions.apple.com/thread/7262040?start=0&tstart=0