summaryrefslogtreecommitdiffstats
path: root/plugins/sudoers/regress/sudoers/test15.json.ok
blob: ff1795a87efbdf6a4e1a04a73547b780c9bc1c8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "User_Specs": [
        {
            "User_List": [
                { "username": "user" }
            ],
            "Host_List": [
                { "hostname": "ALL" }
            ],
            "Cmnd_Specs": [
                {
                    "Commands": [
                        { "command": "sudoedit /etc/motd" }
                    ]
                }
            ]
        }
    ]
}