summaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2015-07-19 02:35:36 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2015-07-19 02:35:36 +0000
commitfe1980211f7663761eef0f79f3da7c2e6f040a0e (patch)
treec5574907a81a62734e4791da9c41f3193589233b /sys/conf
parent486443bb5d46e04bbe12808b344844c6257983d9 (diff)
tame(2) is a subsystem which restricts programs into a "reduced feature
operating model". This is the kernel component; various changes should proceed in-tree for a while before userland programs start using it. ok miod, discussions and help from many
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 46676604e37..1a2d343b102 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1,4 +1,4 @@
-# $OpenBSD: files,v 1.596 2015/07/18 15:51:16 mpi Exp $
+# $OpenBSD: files,v 1.597 2015/07/19 02:35:35 deraadt Exp $
# $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
@@ -666,6 +666,7 @@ file kern/kern_physio.c
file kern/kern_proc.c
file kern/kern_prot.c
file kern/kern_resource.c
+file kern/kern_tame.c
file kern/kern_sched.c
file kern/kern_sensors.c
file kern/kern_sig.c