Revision 345444ba19c894723bbc0e1bb555a31f5e39d966 authored by Dag-Erling Smorgrav on 10 September 2013, 10:15:33 UTC, committed by Dag-Erling Smorgrav on 10 September 2013, 10:15:33 UTC
and SIOCSIFNETMASK at the socket layer rather than pass them on to the
link layer without validation or credential checks.  [SA-13:12]

Prevent cross-mount hardlinks between different nullfs mounts of the
same underlying filesystem.  [SA-13:13]

Security:	CVE-2013-5691
Security:	FreeBSD-SA-13:12.ifioctl
Security:	CVE-2013-5710
Security:	FreeBSD-SA-13:13.nullfs
Approved by:	so
1 parent 3569dc0
Raw File
Makefile.mips
# $FreeBSD$

.if ${MACHINE_ARCH} != "mipsel" && ${MACHINE_ARCH} != "mipseb"
MK_RESCUE=no
.endif
back to top