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>
|
2012-08-10 00:51:40 +02:00
|
|
|
/{usr/,}bin/ping {
|
2006-04-11 21:52:54 +00:00
|
|
|
#include <abstractions/base>
|
|
|
|
#include <abstractions/consoles>
|
|
|
|
#include <abstractions/nameservice>
|
|
|
|
|
|
|
|
capability net_raw,
|
|
|
|
capability setuid,
|
2007-08-20 00:28:20 +00:00
|
|
|
network inet raw,
|
2006-04-11 21:52:54 +00:00
|
|
|
|
2015-10-20 23:12:35 +02:00
|
|
|
/{,usr/}bin/ping mixr,
|
2006-04-11 21:52:54 +00:00
|
|
|
/etc/modules.conf r,
|
2010-08-05 14:00:02 -05:00
|
|
|
|
|
|
|
# Site-specific additions and overrides. See local/README for details.
|
|
|
|
#include <local/bin.ping>
|
2006-04-11 21:52:54 +00:00
|
|
|
}
|