summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--term/users.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/term/users.c b/term/users.c
index 326f9205..b8aa5bd5 100644
--- a/term/users.c
+++ b/term/users.c
@@ -460,7 +460,7 @@ trivfs_S_file_chown (struct trivfs_protid *cred,
term_owner = uid;
term_group = gid;
mutex_unlock (&global_lock);
- return EPERM;
+ return 0;
}
/* Not legitimate */