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)