File: no-legacy-ptys.rules

package info (click to toggle)
selinux-basics 0.5.0
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 140 kB
  • sloc: python: 279; sh: 217; perl: 43; makefile: 26
file content (5 lines) | stat: -rw-r--r-- 258 bytes parent folder | download | duplicates (4)
1
2
3
4
5
# Unix98 style /dev/pts should be used with SELinux,
# old-style ptys are not supported. Since they are enabled
# in the Debian kernel, ignore them in udev
KERNEL=="tty[a-z]*", NAME="", OPTIONS+="last_rule"
KERNEL=="pty[a-z]*", NAME="", OPTIONS+="last_rule"