Skip to content

Commit 3206092

Browse files
authored
add scandir option an example folder
1 parent a608e57 commit 3206092

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

scripts/sampleacls.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,16 @@
2121
},
2222
"directories": {
2323
"employeeinfo": {
24-
"groups": ["GPTKB_HRTest"]
24+
"groups": ["GPTKB_HRTest"],
25+
"scandir": false
2526
},
2627
"benefitinfo": {
27-
"groups": ["GPTKB_EmployeeTest", "GPTKB_HRTest"]
28+
"groups": ["GPTKB_EmployeeTest", "GPTKB_HRTest"],
29+
"scandir": false
30+
},
31+
"GPT4V_Examples": {
32+
"groups": ["GPTKB_EmployeeTest", "GPTKB_HRTest"],
33+
"scandir": true
2834
},
2935
"/": {
3036
"groups": ["GPTKB_AdminTest"]

0 commit comments

Comments
 (0)