diff options
author | Marcel Haerry <haerry@puzzle.ch> | 2008-04-29 10:00:06 +0200 |
---|---|---|
committer | Marcel Haerry <haerry@puzzle.ch> | 2008-04-29 10:00:06 +0200 |
commit | 78d0392d004986fbed9938e0ad994165fb8d51dd (patch) | |
tree | 2af64fd794dc3c9a1a2587db18669dc848339228 /files/plugins | |
parent | 65fb027d8cf639c565b0f9fb53b5fbe9ee25dc7b (diff) | |
parent | a043afef5e8fb14385f59b4fee558f7f9618b050 (diff) |
merged with upstream
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' |