CVSROOT:        /cvs
Module name:    xenocara
Changes by:     lan...@cvs.openbsd.org  2019/01/22 13:02:40

Modified files:
        app/video      : video.c 

Log message:
Pledge video(1):

* video -q needs 'stdio rpath wpath video' (needs O_RDWR on the device)
* video -i needs 'stdio rpath' (rpath for X11 error/locale access)
* other modes (ie display frames via X11, or output frames to file with
-o/-O) need 'stdio rpath video' since we open output file/video device
before calling pledge(2).

with help from semarie@, nits from matthieu@
ok deraadt@

Reply via email to