All of lore.kernel.org
 help / color / mirror / Atom feed
* audio-entropyd policy
@ 2004-04-10 23:29 Joshua Brindle
       [not found] ` <200404112013.10012.russell@coker.com.au>
  0 siblings, 1 reply; 2+ messages in thread
From: Joshua Brindle @ 2004-04-10 23:29 UTC (permalink / raw)
  To: SELinux

[-- Attachment #1: Type: text/plain, Size: 287 bytes --]

audio-entropyd available at http://www.vanheusden.com/aed/ adds entropy 
from sound devices (after being cleansed and hashed). This is 
particularly useful on headless servers which don't get any 
mouse/keyboard related entropy. The policy was written by Chris Pebenito.

Joshua Brindle

[-- Attachment #2: audio-entropyd.te --]
[-- Type: text/plain, Size: 347 bytes --]

#DESC audio-entropyd - Generate entropy from audio input
#
# Author: Chris PeBenito <pebenito@gentoo.org>
#

daemon_domain(entropyd)

allow entropyd_t self:capability { ipc_lock sys_admin };

allow entropyd_t random_device_t:chr_file rw_file_perms;
allow entropyd_t device_t:dir r_dir_perms;
allow entropyd_t sound_device_t:chr_file r_file_perms;

[-- Attachment #3: audio-entropyd.fc --]
[-- Type: text/plain, Size: 62 bytes --]

/usr/sbin/audio-entropyd	--	system_u:object_r:entropyd_exec_t

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-04-11 11:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-10 23:29 audio-entropyd policy Joshua Brindle
     [not found] ` <200404112013.10012.russell@coker.com.au>
     [not found]   ` <40791D2C.7010702@snu.edu>
2004-04-11 11:00     ` Joshua Brindle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.