Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F148587498
D46901.1787551882.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
510 B
Referenced Files
None
Subscribers
None
D46901.1787551882.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
Mon, Aug 24, 6:11 AM (14 h, 32 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29459630
Default Alt Text
D46901.1787551882.diff (510 B)
Attached To
Mode
D46901: jail.h: New SYSCTL_JAIL_PARAM_SYS_SUBNODE()
Attached
Detach File
Event Timeline
Log In to Comment