]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Protect ping(8) using Capsicum and Casper. This is protection against malicious
authorpjd <pjd@FreeBSD.org>
Tue, 4 Feb 2014 21:43:53 +0000 (21:43 +0000)
committerpjd <pjd@FreeBSD.org>
Tue, 4 Feb 2014 21:43:53 +0000 (21:43 +0000)
commit0248f22ea442ec1c6f84b2c22509cff26cb28548
treee35553ad6549cc2c16d48c612df2ccdb0931efca
parent6ad4dee823427289a384ce7ee318fa2d272194ca
Protect ping(8) using Capsicum and Casper. This is protection against malicious
network packets that we parse and not against local users trying to gain root
access through ping's set-uid bit - this is handled by dropping privileges very
early in ping.

Submitted by: Mikhail <mp@lenta.ru>
sbin/ping/Makefile
sbin/ping/ping.c