[selinux-policy: 135/3172] add v4l_device_t

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 19:16:44 UTC 2010


commit 35b2fb4d41e35f8cc014178b578bdb0b84feab35
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Tue May 10 14:12:10 2005 +0000

    add v4l_device_t

 refpolicy/policy/modules/kernel/devices.te |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/refpolicy/policy/modules/kernel/devices.te b/refpolicy/policy/modules/kernel/devices.te
index 14bff15..495a2e9 100644
--- a/refpolicy/policy/modules/kernel/devices.te
+++ b/refpolicy/policy/modules/kernel/devices.te
@@ -135,6 +135,10 @@ type sound_device_t, device_node;
 filesystem_associate(sound_device_t)
 filesystem_tmpfs_associate(sound_device_t)
 
+type v4l_device_t, device_node;
+filesystem_associate(v4l_device_t)
+filesystem_tmpfs_associate(v4l_device_t)
+
 type xserver_misc_device_t, device_node;
 filesystem_associate(xserver_misc_device_t)
 filesystem_tmpfs_associate(xserver_misc_device_t)


More information about the scm-commits mailing list