]> git.ipfire.org Git - people/stevee/selinux-policy.git/blob - policy/modules/services/cachefilesd.if
Allow munin services plugins to use NSCD services
[people/stevee/selinux-policy.git] / policy / modules / services / cachefilesd.if
1 ###############################################################################
2 #
3 # Copyright (C) 2006 Red Hat, Inc. All Rights Reserved.
4 # Written by David Howells (dhowells@redhat.com)
5 # Karl MacMillan (kmacmill@redhat.com)
6 #
7 # This program is free software; you can redistribute it and/or
8 # modify it under the terms of the GNU General Public License
9 # as published by the Free Software Foundation; either version
10 # 2 of the License, or (at your option) any later version.
11 #
12 ###############################################################################
13
14 #
15 # Define the policy interface for the CacheFiles userspace management daemon.
16 #
17 ## <summary>policy for cachefilesd</summary>
18
19 ########################################
20 ## <summary>
21 ## Execute a domain transition to run cachefilesd.
22 ## </summary>
23 ## <param name="domain">
24 ## <summary>
25 ## Domain allowed to transition.
26 ## </summary>
27 ## </param>
28 #
29 interface(`cachefilesd_domtrans',`
30 gen_require(`
31 type cachefilesd_t, cachefilesd_exec_t;
32 ')
33
34 domtrans_pattern($1, cachefilesd_exec_t, cachefilesd_t)
35 ')