mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-07 01:41:00 +01:00
24 lines
744 B
Text
24 lines
744 B
Text
![]() |
# $Id: usr.bin.fam 6223 2006-02-03 23:55:54Z sarnold $
|
||
|
# ------------------------------------------------------------------
|
||
|
#
|
||
|
# 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/fam {
|
||
|
#include <abstractions/base>
|
||
|
#include <abstractions/nameservice>
|
||
|
/tmp/.fam* wl,
|
||
|
/etc/mtab rw,
|
||
|
/usr/bin/fam rix,
|
||
|
# it makes some level of sense for FAM to read all files on the
|
||
|
# filesystem, even if this is a little unfortunate.
|
||
|
/** r,
|
||
|
}
|