summaryrefslogtreecommitdiffstats
path: root/plugins/sudoers/regress/cvtsudoers/test30.out.ok
blob: 009a54e85b4e3545dc43de79507ad62cf296e63e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
    "User_Specs": [
        {
            "User_List": [
                { "username": "user1" },
                { "username": "user2" },
                { "username": "user3" }
            ],
            "Host_List": [
                { "hostname": "ALL" }
            ],
            "Cmnd_Specs": [
                {
                    "Commands": [
                        { "command": "/path/to/cmda" },
                        {
                            "command": "/path/to/cmdb",
                            "negated": true
                        },
                        { "command": "/path/to/cmdc" }
                    ]
                }
            ]
        }
    ]
}