25 lines
755 B
Plaintext
25 lines
755 B
Plaintext
###############################################################################
|
|
#
|
|
# Copyright (C) 2006,2010 Red Hat, Inc. All Rights Reserved.
|
|
# Written by David Howells (dhowells@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.
|
|
#
|
|
###############################################################################
|
|
|
|
dir /var/cache/fscache
|
|
tag mycache
|
|
brun 10%
|
|
bcull 7%
|
|
bstop 3%
|
|
frun 10%
|
|
fcull 7%
|
|
fstop 3%
|
|
|
|
# Assuming you're using SELinux with the default security policy included in
|
|
# this package
|
|
secctx system_u:system_r:cachefiles_kernel_t:s0
|