apparmor/profiles/extras/usr.bin.apropos

28 lines
786 B
Text
Raw Normal View History

# $Id$
# ------------------------------------------------------------------
#
# 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>
/usr/bin/apropos {
#include <abstractions/base>
#include <abstractions/bash>
#include <abstractions/consoles>
/bin/basename ixr,
/bin/bash ixr,
/bin/grep ixr,
/etc/manpath.config r,
/usr/bin/apropos rix,
/usr/bin/man px,
/usr/bin/tr ixr,
/var/cache/man/whatis r,
/var/cache/man/** r,
}