blob: 1ce8ffcd8b6dd2512a0297f08a51b09674ab4f6c (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $OpenBSD: unveil.utility_video,v 1.1 2020/07/29 13:53:36 robert Exp $
# needed for chromium
/etc/chromium r
# needed for IPC communication, X.Org, etc.
/tmp rwc
# needed for video(4)
/dev/video rw
|