Remove old exception

This exception goes back 14 years to commit 85c20af3c1 and 11a0508ede.
The tts exception is covered by a distro agnostic rule further up, and the udev rule doesn't even work (it's supposed to be /lib/udev/ not /usr/lib/udev on gentoo) so I seriously doubt anyone is going to miss them.

Signed-off-by: Vilgot <Vilgot@fredenberg.xyz>
This commit is contained in:
Vilgot Fredenberg 2020-02-15 09:06:16 +01:00 committed by Vilgot
parent 0d4e919176
commit 8bc4c28409
No known key found for this signature in database
GPG Key ID: 919CBF3C5673EAF5
1 changed files with 0 additions and 7 deletions

View File

@ -37,10 +37,3 @@
/dev/vcs[^/]* -c gen_context(system_u:object_r:tty_device_t,s0)
/dev/xvc[0-9]* -c gen_context(system_u:object_r:tty_device_t,s0)
ifdef(`distro_gentoo',`
/dev/tts/[0-9]+ -c gen_context(system_u:object_r:tty_device_t,s0)
# used by init scripts to initally populate udev /dev
/usr/lib/udev/devices/console -c gen_context(system_u:object_r:console_device_t,s0)
')