##This file is separate by individuals commands below, using it's you're know what GNU/Linux you're running
$ cat /etc/[A-Za-z]*[_-][rv]e[lr]*
$ cat /etc/issue
$ lsb_release -a
$ uname -a
description: Developer project level access control. Applies to resources within a specific project. | |
context: | |
project: 'Your Project Name here' # all projects | |
for: | |
job: | |
- allow: [read] # allow read of all jobs | |
- match: | |
group: 'HML/*' | |
allow: [read,run] # allow run access for jobs within the "HML" top level group |
description: Admin project level access control. Applies to resources within a specific project. | |
context: | |
project: 'MyProjectName' # all projects | |
for: | |
resource: | |
- equals: | |
kind: job | |
allow: [run] # allow create jobs | |
- equals: | |
kind: node |
##This file is separate by individuals commands below, using it's you're know what GNU/Linux you're running
$ cat /etc/[A-Za-z]*[_-][rv]e[lr]*
$ cat /etc/issue
$ lsb_release -a
$ uname -a