From 35b2fb4d41e35f8cc014178b578bdb0b84feab35 Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: May 10 2005 14:12:10 +0000 Subject: add v4l_device_t --- 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)