summaryrefslogtreecommitdiffstats
path: root/daemon/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/file.c')
-rw-r--r--daemon/file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/file.c b/daemon/file.c
index 16dfb009..24398339 100644
--- a/daemon/file.c
+++ b/daemon/file.c
@@ -323,7 +323,7 @@ do_file (const char *path)
int r, len, freeit = 0;
char *buf;
- /*NEED_ROOT (NULL); - no: we allow people to run this on /dev devices. */
+ NEED_ROOT_OR_IS_DEVICE (path, NULL);
ABS_PATH (path, NULL);
if (strncmp (path, "/dev/", 5) == 0)