diff options
author | ian <ian@FreeBSD.org> | 2014-05-16 22:55:01 +0000 |
---|---|---|
committer | ian <ian@FreeBSD.org> | 2014-05-16 22:55:01 +0000 |
commit | 3fad78482e066ba9e0e11e5ab0b65ed6a51f5c2e (patch) | |
tree | 987c5820eb9b3a4cf7270c5a73c8ec5a29850b01 | |
parent | ebb52114cf1aa84c06d0ab3acef6f36785f31861 (diff) | |
download | FreeBSD-src-3fad78482e066ba9e0e11e5ab0b65ed6a51f5c2e.zip FreeBSD-src-3fad78482e066ba9e0e11e5ab0b65ed6a51f5c2e.tar.gz |
MFC 264304: Really only allow IMGACT_BINMISC for amd64/i386 builds.
-rw-r--r-- | sys/amd64/conf/NOTES | 3 | ||||
-rw-r--r-- | sys/conf/NOTES | 3 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES index f774d26..a029bcd 100644 --- a/sys/amd64/conf/NOTES +++ b/sys/amd64/conf/NOTES @@ -650,3 +650,6 @@ device ndis # Linux-specific pseudo devices support device lindev + +# Module to enable execution of application via emulators like QEMU +options IMAGACT_BINMISC diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 8c90656..cd1df68 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -2973,6 +2973,3 @@ options RANDOM_YARROW # Yarrow RNG ##options RANDOM_FORTUNA # Fortuna RNG - not yet implemented options RANDOM_DEBUG # Debugging messages options RANDOM_RWFILE # Read and write entropy cache - -# Module to enable execution of application via emulators like QEMU -options IMAGACT_BINMISC diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 212dbd9..338e92d 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -1060,3 +1060,6 @@ options VM_KMEM_SIZE_SCALE # asr old ioctls support, needed by raidutils options ASR_COMPAT + +# Module to enable execution of application via emulators like QEMU +options IMAGACT_BINMISC |