summaryrefslogtreecommitdiffstats
path: root/plugins/sudoers/regress/sudoers/test16.json.ok
blob: 7c42654c64b6f4f0d90feda72eb57bf573516daf (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
{
    "Command_Aliases": {
        "EDIT": [
            { "command": "sudoedit /etc/motd" }
        ]
    },
    "User_Specs": [
        {
            "User_List": [
                { "username": "user" }
            ],
            "Host_List": [
                { "hostname": "ALL" }
            ],
            "Cmnd_Specs": [
                {
                    "Commands": [
                        { "cmndalias": "EDIT" }
                    ]
                }
            ]
        }
    ]
}