mirror of
https://github.com/MatMoul/dokytree.git
synced 2024-12-25 17:16:11 +00:00
32 lines
805 B
YAML
32 lines
805 B
YAML
|
# yaml-language-server: $schema=../../../schemas/ad_acls.json
|
||
|
name: 'FS-01'
|
||
|
folders:
|
||
|
- path: 'D:\Shares\Documents'
|
||
|
acls:
|
||
|
- name: 'Company'
|
||
|
access: 'RO'
|
||
|
- path: 'D:\Shares\Documents/Direction'
|
||
|
acls:
|
||
|
- name: 'Company Direction'
|
||
|
access: 'RW'
|
||
|
- path: 'D:\Shares\Documents/RH'
|
||
|
acls:
|
||
|
- name: 'Company Direction'
|
||
|
access: 'RO'
|
||
|
- name: 'Company RH'
|
||
|
access: 'RW'
|
||
|
- path: 'D:\Shares\Documents/Accounting'
|
||
|
acls:
|
||
|
- name: 'Company Direction'
|
||
|
access: 'RO'
|
||
|
- name: 'Company Accounting'
|
||
|
access: 'RW'
|
||
|
- path: 'D:\Shares\Documents/Secretariat'
|
||
|
acls:
|
||
|
- name: 'Company Direction'
|
||
|
access: 'RO'
|
||
|
- name: 'Company RH'
|
||
|
access: 'RO'
|
||
|
- name: 'Company Secretariat'
|
||
|
access: 'RW'
|