El 12/03/11 14:06, Carlos E. R. escribió:
On Saturday, 2011-03-12 at 13:38 -0300, Cristian Rodríguez wrote:
El 12/03/11 01:29, Carlos E. R. escribió:
I have this test line in my user crontab:
* * * * * /usr/bin/play /tmp/time.wav
a) Do you want to get owned ? :-D
Huh? What does that mean? A security risk, perhaps? :-?
Not a problem here, it's a home network, only one user presently. But what could happen?
/tmp is writable by any user, someone, somehow can manage to exploit the player to do nasty things, whatever the file your read from there must be created by mktemp utiliity or similar.
Ah! Found it:
ALSA_CONFIG_PATH=/etc/alsa-pulse.conf SDL_AUDIODRIVER=pulse /usr/bin/aplay /tmp/time.wav
This one works!
You gave me the clue, I did:
cer@Telcontar:~> set | grep -i pulse ALSA_CONFIG_PATH=/etc/alsa-pulse.conf SDL_AUDIODRIVER=pulse
Thanks!
Cool, glad the vague hint worked ;-) -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org