Operating System - HP-UX
1834188 Members
2797 Online
110064 Solutions
New Discussion

prngd - Pseudo Random Number Generator Daemon

 
SOLVED
Go to solution
lawrenzo_1
Super Advisor

prngd - Pseudo Random Number Generator Daemon

Hi,

can someone tell me the correct permissions for the socket file:

/var/run/egd-pool which is required to run the prngd daemon.

Also does anyone know what other program would use this daemon as it has been flagged as a security risk on my system.

many thanks

Chris.
hello
3 REPLIES 3
OldSchool
Honored Contributor

Re: prngd - Pseudo Random Number Generator Daemon

well....actually the prngd daemon writes pseudo-random data to the "pool"

implementations of ssh, ssl and so on use that information as an "entropy" source instead of gathering their own information. makes connections via those ssh much quicker.

never heard it being called a security risk before....its part of a package that enhances security.

was it flagged because the permissions were
srwxrwxrwx?
OldSchool
Honored Contributor
Solution

Re: prngd - Pseudo Random Number Generator Daemon

oh, yeah....one other thing.

you can change it all you want, when the daemon restarts, it recreates it anyway, with "srwxrwxrwx"
lawrenzo_1
Super Advisor

Re: prngd - Pseudo Random Number Generator Daemon

ok thanks,

that makes more sense now - will pass these comments over ...

Chris
hello