diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2016-05-21 15:17:50 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2016-05-21 15:17:50 +0000 |
commit | d4fdf6e9c238806634f5d12c7e057cdcf52918be (patch) | |
tree | 22eb505cf30176b1487e24ec7ed389bb390fcbf1 /etc/MAKEDEV.common | |
parent | 4afac524e43575794769df175dfcbd4a4f6a8f44 (diff) |
Default /dev/video node to root.wheel 600 because this should not be
available wide open. there should be some access model either via a
group or fbtab. This will cause a decision to be made.
ok millert
Diffstat (limited to 'etc/MAKEDEV.common')
-rw-r--r-- | etc/MAKEDEV.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/MAKEDEV.common b/etc/MAKEDEV.common index 975a9a09532..9f74030cfed 100644 --- a/etc/MAKEDEV.common +++ b/etc/MAKEDEV.common @@ -1,4 +1,4 @@ -vers(a, {-$OpenBSD: MAKEDEV.common,v 1.87 2016/04/28 18:17:30 natano Exp $-})dnl +vers(a, {-$OpenBSD: MAKEDEV.common,v 1.88 2016/05/21 15:17:49 deraadt Exp $-})dnl dnl dnl Copyright (c) 2001-2006 Todd T. Fries <todd@OpenBSD.org> dnl @@ -430,7 +430,7 @@ _mkdev(au, audio*, {-M sound$U c major_au_c $U MKlist[${#MKlist[*]}]=";[ -e sound ] || ln -s sound$U sound" MKlist[${#MKlist[*]}]=";[ -e audioctl ] || ln -s audioctl$U audioctl"-})dnl __devitem(vi, video*, Video V4L2 devices,video)dnl -_mkdev(vi, video*, {-M video$U c major_vi_c $U +_mkdev(vi, video*, {-M video$U c major_vi_c $U 600 MKlist[${#MKlist[*]}]=";[ -e video ] || ln -s video$U video"-})dnl __devitem(asc, asc*, ASC Audio device)dnl _mkdev(asc, asc*, {-M asc$U major_asc_c 0-})dnl |