aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/geom
diff options
context:
space:
mode:
authorPawel Jakub Dawidek <pjd@FreeBSD.org>2005-01-11 18:06:44 +0000
committerPawel Jakub Dawidek <pjd@FreeBSD.org>2005-01-11 18:06:44 +0000
commit080361d6b82291055f777c421f01b6d4dad4858b (patch)
tree50739506a34f12ac2d48b48e25a355d25730ce7e /sys/modules/geom
parentba1332781284215c8425512ace1ccec8ee6763f5 (diff)
downloadsrc-080361d6b82291055f777c421f01b6d4dad4858b.tar.gz
src-080361d6b82291055f777c421f01b6d4dad4858b.zip
Introduce a new GEOM class - SHSEC. It provides sharing secret between
the given providers. Without even one of the configured components there should be no way to get the secret. Supported by: WHEEL Sp. z o.o. http://www.wheel.pl
Notes
Notes: svn path=/head/; revision=140074
Diffstat (limited to 'sys/modules/geom')
-rw-r--r--sys/modules/geom/geom_shsec/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/modules/geom/geom_shsec/Makefile b/sys/modules/geom/geom_shsec/Makefile
new file mode 100644
index 000000000000..f229203ad87a
--- /dev/null
+++ b/sys/modules/geom/geom_shsec/Makefile
@@ -0,0 +1,8 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../../geom/shsec
+
+KMOD= geom_shsec
+SRCS= g_shsec.c
+
+.include <bsd.kmod.mk>