Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F105779901
D33203.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
408 B
Referenced Files
None
Subscribers
None
D33203.diff
View Options
diff --git a/usr.sbin/bhyve/block_if.c b/usr.sbin/bhyve/block_if.c
--- a/usr.sbin/bhyve/block_if.c
+++ b/usr.sbin/bhyve/block_if.c
@@ -548,7 +548,7 @@
#ifndef WITHOUT_CAPSICUM
cap_rights_init(&rights, CAP_FSYNC, CAP_IOCTL, CAP_READ, CAP_SEEK,
- CAP_WRITE, CAP_FSTAT, CAP_EVENT);
+ CAP_WRITE, CAP_FSTAT, CAP_EVENT, CAP_FPATHCONF);
if (ro)
cap_rights_clear(&rights, CAP_FSYNC, CAP_WRITE);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 21, 2:22 PM (14 h, 13 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15542174
Default Alt Text
D33203.diff (408 B)
Attached To
Mode
D33203: bhyve blockif: fix blockif_candelete with Capsicum
Attached
Detach File
Event Timeline
Log In to Comment