Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F147328747
D46901.id144199.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
510 B
Referenced Files
None
Subscribers
None
D46901.id144199.diff
View Options
diff --git a/sys/sys/jail.h b/sys/sys/jail.h
--- a/sys/sys/jail.h
+++ b/sys/sys/jail.h
@@ -399,6 +399,10 @@
SYSCTL_JAIL_PARAM_NODE(module, descr); \
SYSCTL_JAIL_PARAM(_##module, , CTLTYPE_INT | (access), "E,jailsys", \
descr)
+#define SYSCTL_JAIL_PARAM_SYS_SUBNODE(parent, module, access, descr) \
+ SYSCTL_JAIL_PARAM_SUBNODE(parent, module, descr); \
+ SYSCTL_JAIL_PARAM(_##parent##_##module, , CTLTYPE_INT | (access), \
+ "E,jailsys", descr)
/*
* Kernel support functions for jail().
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Mar 11, 12:54 AM (16 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29520949
Default Alt Text
D46901.id144199.diff (510 B)
Attached To
Mode
D46901: jail.h: New SYSCTL_JAIL_PARAM_SYS_SUBNODE()
Attached
Detach File
Event Timeline
Log In to Comment