diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-03-03 23:27:38 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-03-03 23:27:38 +0300 |
commit | 8d08d1662f2c700e3efc21186b555d22cc3d46e2 (patch) | |
tree | 28b835c00280ba774b9adf517119b23ab221aa66 /dist/sudoers.d | |
parent | no more CGI (diff) | |
download | linux-status-8d08d1662f2c700e3efc21186b555d22cc3d46e2.tar.gz linux-status-8d08d1662f2c700e3efc21186b555d22cc3d46e2.zip |
remove the sudoers.d file
There're no CGI scripts anymore => they are not run as user nobody =>
they don't need the special permissions.
Diffstat (limited to '')
-rw-r--r-- | dist/sudoers.d/linux-status | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dist/sudoers.d/linux-status b/dist/sudoers.d/linux-status deleted file mode 100644 index fd88528..0000000 --- a/dist/sudoers.d/linux-status +++ /dev/null @@ -1 +0,0 @@ -nobody ALL=(ALL) NOPASSWD:SETENV:/srv/linux-status/cgi-bin/get.py |