diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-01-13 08:05:49 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-01-13 08:05:49 +0800 |
| commit | 8feee9ade9f3886c4d1f97113404840ca2002497 (patch) | |
| tree | aa5a221234aadea1e8153e6629f9c1227be2fab7 /repos/core/busybox/mdev.conf | |
| parent | e5defd3328868be7398eccb348b6c14f28bf12dd (diff) | |
| download | alicelinux-8feee9ade9f3886c4d1f97113404840ca2002497.tar.gz alicelinux-8feee9ade9f3886c4d1f97113404840ca2002497.zip | |
busybox: fix /dev/video in mdev.conf
Diffstat (limited to 'repos/core/busybox/mdev.conf')
| -rw-r--r-- | repos/core/busybox/mdev.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/repos/core/busybox/mdev.conf b/repos/core/busybox/mdev.conf index 341256b5..2ea01809 100644 --- a/repos/core/busybox/mdev.conf +++ b/repos/core/busybox/mdev.conf @@ -23,6 +23,9 @@ urandom root:root 444 hwrandom root:root 444 grsec root:root 660 +# webcam +video[0-9] root:video 660 + # Kernel-based Virtual Machine. kvm root:kvm 660 |