Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F156428020
D49682.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
347 B
Referenced Files
None
Subscribers
None
D49682.diff
View Options
diff --git a/sys/kern/kern_jail.c b/sys/kern/kern_jail.c
--- a/sys/kern/kern_jail.c
+++ b/sys/kern/kern_jail.c
@@ -4017,6 +4017,11 @@
case PRIV_PROC_SETLOGIN:
case PRIV_PROC_SETRLIMIT:
+ /*
+ * Debuggers should work in jails.
+ */
+ case PRIV_PROC_MEM_WRITE:
+
/*
* System V and POSIX IPC privileges are granted in jail.
*/
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, May 14, 3:31 PM (7 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33044779
Default Alt Text
D49682.diff (347 B)
Attached To
Mode
D49682: jails: delegate checking PRIV_PROC_MEM_WRITE to priv_check_cred()
Attached
Detach File
Event Timeline
Log In to Comment