2007-08-06 15:28:24 +00:00
|
|
|
# Last Modified: Thu Aug 2 14:28:48 2007
|
2006-04-12 20:35:41 +00:00
|
|
|
# $Id$
|
2006-04-11 21:52:54 +00:00
|
|
|
# ------------------------------------------------------------------
|
|
|
|
#
|
|
|
|
# Copyright (C) 2002-2005 Novell/SUSE
|
|
|
|
#
|
|
|
|
# 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>
|
|
|
|
/bin/ping {
|
|
|
|
#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
|
|
|
|
2006-08-04 18:13:59 +00:00
|
|
|
/bin/ping mixr,
|
2006-04-11 21:52:54 +00:00
|
|
|
/etc/modules.conf r,
|
|
|
|
}
|