wellingtonsr
(usa Slackware)
Enviado em 14/02/2013 - 00:24h
##EDIT
Editei o arquivo deixando assim:
root:x:0:root,wellington
bin:x:1:root,bin
daemon:x:2:root,bin,daemon
sys:x:3:root,bin,adm
adm:x:4:root,adm,daemon,wellington
scanner:x:93:wellington
nobody:x:98:nobody
nogroup:x:99:
users:x:100:
console:x:101:
vboxusers:x:1000:
postgres:x:1001:
wireshark:x:1002:wellington
tor:x:220:
privoxy:x:206:
tc:x:1003:wellington
truecrypt:x:1002:wellington
Mas não deu certo com o truecrypt, nem me tornei root com "sudo su". Fiz um teste. Criei um grupo chamdo "tc", adcionei meu usuário nele e o adcionei a "/etc/sudoers", ele foi adcionado automaticamente ao "/etc/group" e também adcionei essas linhas no "/etc/sudoers"
# ESSAS 2 LINHAS ABAIXO SÃO AS LINHAS ADICIONAIS PARA SE OBTER SEGURANÇA:
#
## PEDINDO A SENHA Á CADA EXECUÇÃO DO COMANDO SUDO (o sudo guarda a senha por alguns minutos):
Defaults timestamp_timeout=0
#
# PEDINDO A SENHA DO ROOT (o sudo geralmente pede a senha do administrador):
Defaults targetpw
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
Tirei também essa linha "truecrypt:x:1002:wellington"
Ficando assim:
root:x:0:root
bin:x:1:root,bin
daemon:x:2:root,bin,daemon
sys:x:3:root,bin,adm
adm:x:4:root,adm,daemon
scanner:x:93:wellington
nobody:x:98:nobody
nogroup:x:99:
users:x:100:
console:x:101:
vboxusers:x:1000:
postgres:x:1001:
wireshark:x:1002:wellington
tor:x:220:
privoxy:x:206:
tc:x:1003:wellington
Agora, em vez de pedir a senha do usuario, pede a do root.