Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F168529686
D59252.id185359.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
335 B
Referenced Files
None
Subscribers
None
D59252.id185359.diff
View Options
diff --git a/sys/kern/sys_procdesc.c b/sys/kern/sys_procdesc.c
--- a/sys/kern/sys_procdesc.c
+++ b/sys/kern/sys_procdesc.c
@@ -728,7 +728,10 @@
fp->f_pdflags |= F_PD_NOKILL | F_PD_NOFINSTALL;
filecaps_free(&fcaps);
}
+ } else if (IN_CAPABILITY_MODE(td)) {
+ error = ECAPMODE;
}
+
fdrop(fp, td);
if (pdf != NULL) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Aug 29, 9:04 PM (17 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37531371
Default Alt Text
D59252.id185359.diff (335 B)
Attached To
Mode
D59252: pdopenpid(2): in cap mode, translate all errors from pdopenpid1() to ECAPMODE
Attached
Detach File
Event Timeline
Log In to Comment