diff options
author | mh <mh@immerda.ch> | 2008-04-25 11:23:45 +0000 |
---|---|---|
committer | mh <mh@immerda.ch> | 2008-04-25 11:23:45 +0000 |
commit | 323fe6ec08ab758001f10b8f9a9b56656d2131cd (patch) | |
tree | 08e93662a8cf9ca34bf72f345730cda93060e9a1 /files/plugins | |
parent | b1bdb26fa56b10e78c28f7855a7e978fb1998cf6 (diff) |
fixed category
Diffstat (limited to 'files/plugins')
-rwxr-xr-x | files/plugins/selinux_avcstats | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/plugins/selinux_avcstats b/files/plugins/selinux_avcstats index 9687be0..b7d2dbb 100755 --- a/files/plugins/selinux_avcstats +++ b/files/plugins/selinux_avcstats @@ -31,7 +31,7 @@ if [ "$1" = "config" ]; then echo "graph_title SELinux's Access Vector Cache" echo 'graph_args -l 0 --base 1000' echo 'graph_vlabel AVC operations' - echo 'graph_category system' + echo 'graph_category selinux' echo 'lookups.label lookups' echo 'lookups.type DERIVE' |