2006-04-11 21:52:54 +00:00
|
|
|
# ------------------------------------------------------------------
|
|
|
|
#
|
2010-08-05 14:00:02 -05:00
|
|
|
# Copyright (C) 2002-2009 Novell/SUSE
|
|
|
|
# Copyright (C) 2010 Canonical Ltd.
|
2006-04-11 21:52:54 +00:00
|
|
|
#
|
|
|
|
# This program is free software; you can redistribute it and/or
|
|
|
|
# modify it under the terms of version 2 of the GNU General Public
|
|
|
|
# License published by the Free Software Foundation.
|
|
|
|
#
|
|
|
|
# ------------------------------------------------------------------
|
|
|
|
|
|
|
|
#include <tunables/global>
|
2018-07-25 14:07:35 -07:00
|
|
|
/usr/{{bin,sbin}/traceroute,bin/traceroute.db} {
|
2006-04-11 21:52:54 +00:00
|
|
|
#include <abstractions/base>
|
|
|
|
#include <abstractions/consoles>
|
|
|
|
#include <abstractions/nameservice>
|
|
|
|
|
2017-07-03 19:44:14 +03:00
|
|
|
deny capability net_admin, # noisy setsockopt() calls
|
2006-04-11 21:52:54 +00:00
|
|
|
capability net_raw,
|
|
|
|
|
2011-08-23 02:10:14 +02:00
|
|
|
network inet raw,
|
2011-11-30 13:15:21 +01:00
|
|
|
network inet6 raw,
|
2011-08-23 02:10:14 +02:00
|
|
|
|
2018-07-25 14:07:35 -07:00
|
|
|
/usr/{bin,sbin}/traceroute mrix,
|
2016-09-30 00:07:26 +02:00
|
|
|
/usr/bin/traceroute.db mrix,
|
2007-08-06 15:28:24 +00:00
|
|
|
@{PROC}/net/route r,
|
2017-07-03 19:44:14 +03:00
|
|
|
@{PROC}/sys/net/ipv4/{tcp_ecn,tcp_sack,tcp_timestamps,tcp_window_scaling} r,
|
2010-08-05 14:00:02 -05:00
|
|
|
|
|
|
|
# Site-specific additions and overrides. See local/README for details.
|
|
|
|
#include <local/usr.sbin.traceroute>
|
2006-04-11 21:52:54 +00:00
|
|
|
}
|