First version of my ArchLinux Laptop AppArmor profiles
[mirrors/AppArmor-Profiles.git] / usr.bin.fam
CommitLineData
92bc3717 1# ------------------------------------------------------------------
2#
3# Copyright (C) 2002-2005 Novell/SUSE
4#
5# This program is free software; you can redistribute it and/or
6# modify it under the terms of version 2 of the GNU General Public
7# License published by the Free Software Foundation.
8#
9# ------------------------------------------------------------------
10
11#include <tunables/global>
12
13/usr/bin/fam {
14 #include <abstractions/base>
15 #include <abstractions/nameservice>
16 /tmp/.fam* wl,
17 /etc/mtab rw,
18 /usr/bin/fam rmix,
19 # it makes some level of sense for FAM to read all files on the
20 # filesystem, even if this is a little unfortunate.
21 /** r,
22}
This page took 0.141084 seconds and 4 git commands to generate.