Commit 11cf8fc 1 parent 1441de4 commit 11cf8fc Copy full SHA for 11cf8fc
File tree 2 files changed +6
-4
lines changed
psconfig/perfsonar-psconfig
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 93
93
"archives" : [ " example_http_archive" ],
94
94
"reference" : {
95
95
"display-task-name" : " Example Throughput Tests" ,
96
- "display-task-group" : " Example Tests"
96
+ "display-task-group" : [ " Example Tests" ]
97
97
}
98
98
},
99
99
"example_task_latencybg" : {
102
102
"archives" : [ " example_http_archive" ],
103
103
"reference" : {
104
104
"display-task-name" : " Example Loss Tests" ,
105
- "display-task-group" : " Example Tests"
105
+ "display-task-group" : [ " Example Tests" ]
106
106
}
107
107
},
108
108
"example_task_trace" : {
112
112
"archives" : [ " example_http_archive" ],
113
113
"reference" : {
114
114
"display-task-name" : " Example Traceroute Tests" ,
115
- "display-task-group" : " Example Tests"
115
+ "display-task-group" : [ " Example Tests" ]
116
116
}
117
117
}
118
118
}
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ module psconfig-hostmetrics 1.0;
2
2
3
3
require {
4
4
type init_t;
5
+ type pam_var_run_t;
5
6
type sudo_exec_t;
6
7
type lib_t;
7
8
class dir add_name;
@@ -12,4 +13,5 @@ require {
12
13
allow init_t lib_t:dir add_name;
13
14
allow init_t lib_t:file create;
14
15
allow init_t lib_t:file write;
15
- allow init_t sudo_exec_t:file { execute execute_no_trans map open read };
16
+ allow init_t sudo_exec_t:file { execute execute_no_trans map open read };
17
+ allow init_t pam_var_run_t:file create;
You can’t perform that action at this time.
0 commit comments