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.
|
|
|
|
#
|
|
|
|
# ------------------------------------------------------------------
|
|
|
|
|
2020-05-05 00:08:39 -07:00
|
|
|
abi <abi/3.0>,
|
|
|
|
|
2020-06-09 23:30:24 +02:00
|
|
|
include <tunables/global>
|
2018-09-11 09:54:33 -07:00
|
|
|
profile ping /{usr/,}bin/{,iputils-}ping {
|
2020-06-09 23:30:24 +02:00
|
|
|
include <abstractions/base>
|
|
|
|
include <abstractions/consoles>
|
|
|
|
include <abstractions/nameservice>
|
2006-04-11 21:52:54 +00:00
|
|
|
|
|
|
|
capability net_raw,
|
|
|
|
capability setuid,
|
2007-08-20 00:28:20 +00:00
|
|
|
network inet raw,
|
2016-05-18 21:18:10 +02:00
|
|
|
network inet6 raw,
|
2006-04-11 21:52:54 +00:00
|
|
|
|
2018-09-11 09:54:33 -07:00
|
|
|
/{,usr/}bin/{,iputils-}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.
|
2020-04-28 22:25:27 +02:00
|
|
|
include if exists <local/bin.ping>
|
2006-04-11 21:52:54 +00:00
|
|
|
}
|