Remove old exception
This exception goes back 14 years to commit85c20af3c1
and11a0508ede
. 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:
parent
0d4e919176
commit
8bc4c28409
|
@ -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)
|
||||
')
|
||||
|
|
Loading…
Reference in New Issue