mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Use 0440 root.kmem kermissions on kernel instead of
0555 root.wheel. Reviewed by: freebsd-security
This commit is contained in:
parent
c1087c1324
commit
d3b8e3673e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=35212
3 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# Makefile.i386 -- with config changes.
|
||||
# Copyright 1990 W. Jolitz
|
||||
# from: @(#)Makefile.i386 7.1 5/10/91
|
||||
# $Id: Makefile.i386,v 1.106 1997/12/18 21:03:04 bde Exp $
|
||||
# $Id: Makefile.i386,v 1.107 1998/01/31 04:23:15 eivind Exp $
|
||||
#
|
||||
# Makefile for FreeBSD
|
||||
#
|
||||
|
@ -213,7 +213,7 @@ install:
|
|||
mv -f /var/db/kvm_kernel.db /var/db/kvm_kernel.old.db ; \
|
||||
fi \
|
||||
fi
|
||||
install -c -m 555 -o root -g wheel -fschg kernel ${DESTDIR}/
|
||||
install -c -m 440 -o root -g kmem -fschg kernel ${DESTDIR}/
|
||||
|
||||
ioconf.o: ioconf.c $S/sys/param.h $S/sys/buf.h \
|
||||
${I386}/isa/isa_device.h ${I386}/isa/isa.h ${I386}/isa/icu.h
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Makefile.i386 -- with config changes.
|
||||
# Copyright 1990 W. Jolitz
|
||||
# from: @(#)Makefile.i386 7.1 5/10/91
|
||||
# $Id: Makefile.i386,v 1.106 1997/12/18 21:03:04 bde Exp $
|
||||
# $Id: Makefile.i386,v 1.107 1998/01/31 04:23:15 eivind Exp $
|
||||
#
|
||||
# Makefile for FreeBSD
|
||||
#
|
||||
|
@ -213,7 +213,7 @@ install:
|
|||
mv -f /var/db/kvm_kernel.db /var/db/kvm_kernel.old.db ; \
|
||||
fi \
|
||||
fi
|
||||
install -c -m 555 -o root -g wheel -fschg kernel ${DESTDIR}/
|
||||
install -c -m 440 -o root -g kmem -fschg kernel ${DESTDIR}/
|
||||
|
||||
ioconf.o: ioconf.c $S/sys/param.h $S/sys/buf.h \
|
||||
${I386}/isa/isa_device.h ${I386}/isa/isa.h ${I386}/isa/icu.h
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Makefile.i386 -- with config changes.
|
||||
# Copyright 1990 W. Jolitz
|
||||
# from: @(#)Makefile.i386 7.1 5/10/91
|
||||
# $Id: Makefile.i386,v 1.106 1997/12/18 21:03:04 bde Exp $
|
||||
# $Id: Makefile.i386,v 1.107 1998/01/31 04:23:15 eivind Exp $
|
||||
#
|
||||
# Makefile for FreeBSD
|
||||
#
|
||||
|
@ -213,7 +213,7 @@ install:
|
|||
mv -f /var/db/kvm_kernel.db /var/db/kvm_kernel.old.db ; \
|
||||
fi \
|
||||
fi
|
||||
install -c -m 555 -o root -g wheel -fschg kernel ${DESTDIR}/
|
||||
install -c -m 440 -o root -g kmem -fschg kernel ${DESTDIR}/
|
||||
|
||||
ioconf.o: ioconf.c $S/sys/param.h $S/sys/buf.h \
|
||||
${I386}/isa/isa_device.h ${I386}/isa/isa.h ${I386}/isa/icu.h
|
||||
|
|
Loading…
Reference in a new issue