Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F131689648
D12622.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
538 B
Referenced Files
None
Subscribers
None
D12622.diff
View Options
Index: head/lib/libcapsicum/capsicum_helpers.h
===================================================================
--- head/lib/libcapsicum/capsicum_helpers.h
+++ head/lib/libcapsicum/capsicum_helpers.h
@@ -50,7 +50,8 @@
cap_rights_t rights;
unsigned long cmds[] = { TIOCGETA, TIOCGWINSZ, FIODTYPE };
- cap_rights_init(&rights, CAP_FCNTL, CAP_FSTAT, CAP_IOCTL, CAP_SEEK);
+ cap_rights_init(&rights, CAP_EVENT, CAP_FCNTL, CAP_FSTAT,
+ CAP_IOCTL, CAP_SEEK);
if ((flags & CAPH_READ) != 0)
cap_rights_set(&rights, CAP_READ);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Oct 11, 9:06 AM (12 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
23571005
Default Alt Text
D12622.diff (538 B)
Attached To
Mode
D12622: Make caph_limit_stdio(3) allow CAP_EVENT
Attached
Detach File
Event Timeline
Log In to Comment