File: cachefilesd.fc

package info (click to toggle)
cachefilesd 0.10.5-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 180 kB
  • ctags: 116
  • sloc: ansic: 1,013; sh: 233; makefile: 70
file content (29 lines) | stat: -rw-r--r-- 1,229 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
###############################################################################
#
# Copyright (C) 2006 Red Hat, Inc. All Rights Reserved.
# Written by David Howells (dhowells@redhat.com)
#            Karl MacMillan (kmacmill@redhat.com)
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version
# 2 of the License, or (at your option) any later version.
#
###############################################################################

#
# Define the contexts to be assigned to various files and directories of
# importance to the CacheFiles kernel module and userspace management daemon.
#

# cachefilesd executable will have:
# label: system_u:object_r:cachefilesd_exec_t
# MLS sensitivity: s0
# MCS categories: <none>

/sbin/cachefilesd	--	gen_context(system_u:object_r:cachefilesd_exec_t,s0)
/dev/cachefiles		-c	gen_context(system_u:object_r:cachefiles_dev_t,s0)
/var/fscache(/.*)?		gen_context(system_u:object_r:cachefiles_var_t,s0)
/var/cache/fscache(/.*)?	gen_context(system_u:object_r:cachefiles_var_t,s0)

/var/run/cachefilesd\.pid --	gen_context(system_u:object_r:cachefiles_var_t,s0)