File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,8 @@ restorecon -RvF /usr/sbin/grafana-* \
36
36
/etc/grafana \
37
37
/var/log/grafana \
38
38
/var/lib/grafana \
39
- /usr/share/performancecopilot-pcp-app
39
+ /usr/libexec/grafana-pcp \
40
+ # /usr/share/performancecopilot-pcp-app \
40
41
41
42
# Start grafana
42
43
systemctl start grafana-server.service
@@ -88,6 +89,7 @@ restorecon -RvF /usr/sbin/grafana-* \
88
89
/etc/grafana \
89
90
/var/log/grafana \
90
91
/var/lib/grafana \
92
+ /usr/libexec/grafana-pcp \
91
93
/usr/share/performancecopilot-pcp-app
92
94
```
93
95
* Restart grafana-server
Original file line number Diff line number Diff line change 20
20
/usr/share/grafana/bin/grafana-server -- gen_context(system_u:object_r:grafana_exec_t,s0)
21
21
22
22
#define context for pcp plugin
23
- /usr/share/performancecopilot-pcp-app/datasources/redis/pcp_redis_datasource_(.*) -- gen_context(system_u:object_r:grafana_pcp_exec_t,s0)
23
+ #/usr/share/performancecopilot-pcp-app/datasources/redis/pcp_redis_datasource_(.*) -- gen_context(system_u:object_r:grafana_pcp_exec_t,s0)
24
+ /usr/libexec/grafana-pcp/datasources/redis/pcp_redis_datasource_(.*) -- gen_context(system_u:object_r:grafana_pcp_exec_t,s0)
You can’t perform that action at this time.
0 commit comments