rootless: show an error when stats is used

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>

Closes: #1371
Approved by: rhatdan
This commit is contained in:
Giuseppe Scrivano
2018-08-29 10:28:40 +02:00
committed by Atomic Bot
parent d8c2962188
commit ecf84390ef
2 changed files with 6 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ var cmdsNotRequiringRootless = map[string]bool{
"pause": true,
"unpause": true,
"search": true,
"stats": true,
"stop": true,
"top": true,
}