Introduction
Introduction Statistics Contact Development Disclaimer Help
change selinval error message to reflect what it checked - geomyidae - A small …
git clone git://bitreich.org/geomyidae/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfri…
Log
Files
Refs
Tags
README
LICENSE
---
commit efab0d1f664ac58350ead1e8e7259a31916babe1
parent fc6e766a8c45e7a83a0f3b40345b7dccf4e49b11
Author: Hiltjo Posthuma <[email protected]>
Date: Mon, 20 Aug 2018 18:16:46 +0200
change selinval error message to reflect what it checked
Signed-off-by: Christoph Lohmann <[email protected]>
Diffstat:
M main.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/main.c b/main.c
@@ -66,8 +66,8 @@ char *htredir = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
" </body>\n"
"</html>\n";
char *selinval ="3Happy helping ☃ here: "
- "Sorry, your selector contains '..'. That's illegal here.\tErr"
- "\tlocalhost\t70\r\n.\r\n\r\n";
+ "Sorry, your selector does not start with / or contains '..'. "
+ "That's illegal here.\tErr\tlocalhost\t70\r\n.\r\n\r\n";
int
dropprivileges(struct group *gr, struct passwd *pw)
You are viewing proxied material from bitreich.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.