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

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -