linux - Why clearing entropy count requires root privileges? -
in order clear entropy count when using linux's /dev/random through system call ioctl (rndclearpool), caller must have root privilege (according this: http://lxr.free-electrons.com/source/drivers/char/random.c). why necessary prevent user space applications being able clear entropy count?
clearing entropy count can cause significant reductions in performance affect processes run users of system.
Comments
Post a Comment