diff options
author | Marvin Borner | 2019-09-13 22:26:53 +0200 |
---|---|---|
committer | Marvin Borner | 2019-09-13 22:26:53 +0200 |
commit | a8ac372c1e77867e29c8edfd64a4348c32b9f90d (patch) | |
tree | 185f388476241ad047a320a6e72bd6a3d628a4cd /etc/mdev.conf | |
parent | 46aa116c4f4ef5c2b55f36298b19aa9694ae5666 (diff) |
Cleanup
Diffstat (limited to 'etc/mdev.conf')
-rw-r--r-- | etc/mdev.conf | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/etc/mdev.conf b/etc/mdev.conf deleted file mode 100644 index 7bef3d7..0000000 --- a/etc/mdev.conf +++ /dev/null @@ -1,60 +0,0 @@ -# Devices: -# Syntax: %s %d:%d %s -# devices user:group mode - -# null does already exist; therefore ownership has to -# be changed with command -null root:root 0666 @chmod 666 $MDEV -zero root:root 0666 -grsec root:root 0660 -full root:root 0666 - -random root:root 0666 -urandom root:root 0444 -hwrandom root:root 0660 - -# console does already exist; therefore ownership has to -# be changed with command -console root:tty 0600 @mkdir -pm 755 fd && cd fd && for x in 0 1 2 3 ; do ln -sf /proc/self/fd/$x $x; done - -kmem root:root 0640 -mem root:root 0640 -port root:root 0640 -ptmx root:tty 0666 - -# ram.* -ram([0-9]*) root:disk 0660 >rd/%1 -loop([0-9]+) root:disk 0660 >loop/%1 -sd[a-z].* root:disk 0660 */lib/mdev/usbdisk_link -hd[a-z][0-9]* root:disk 0660 */lib/mdev/ide_links - -tty root:tty 0666 -tty[0-9] root:root 0600 -tty[0-9][0-9] root:tty 0660 -ttyO[0-9]* root:tty 0660 -pty.* root:tty 0660 -vcs[0-9]* root:tty 0660 -vcsa[0-9]* root:tty 0660 - -ttyLTM[0-9] root:dialout 0660 @ln -sf $MDEV modem -ttySHSF[0-9] root:dialout 0660 @ln -sf $MDEV modem -slamr root:dialout 0660 @ln -sf $MDEV slamr0 -slusb root:dialout 0660 @ln -sf $MDEV slusb0 -fuse root:root 0666 - -# misc stuff -agpgart root:root 0660 >misc/ -psaux root:root 0660 >misc/ -rtc root:root 0664 >misc/ - -# input stuff -event[0-9]+ root:root 0640 =input/ -ts[0-9] root:root 0600 =input/ - -# v4l stuff -vbi[0-9] root:video 0660 >v4l/ -video[0-9] root:video 0660 >v4l/ - -# load drivers for usb devices -usbdev[0-9].[0-9] root:root 0660 */lib/mdev/usbdev -usbdev[0-9].[0-9]_.* root:root 0660
\ No newline at end of file |