First version of my ArchLinux Laptop AppArmor profiles
[mirrors/AppArmor-Profiles.git] / usr.sbin.in.fingerd
CommitLineData
92bc3717 1# ------------------------------------------------------------------
2#
3# Copyright (C) 2002-2006 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/sbin/in.fingerd {
14 #include <abstractions/base>
15 #include <abstractions/nameservice>
16
17 @{HOME}/.plan r,
18 @{HOME}/.project r,
19
20 /usr/bin/finger mix,
21 /var/log/lastlog r,
22 /{,var/}run/utmp r,
23}
This page took 0.139272 seconds and 4 git commands to generate.