summaryrefslogtreecommitdiff
path: root/term/users.c
diff options
context:
space:
mode:
Diffstat (limited to 'term/users.c')
-rw-r--r--term/users.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/term/users.c b/term/users.c
index 8835204d..99191439 100644
--- a/term/users.c
+++ b/term/users.c
@@ -488,7 +488,7 @@ trivfs_S_file_chmod (struct trivfs_protid *cred,
mode &= ~S_ISUID;
}
- term_mode = ((mode & ~S_IFMT) | S_IFCHR);
+ term_mode = ((mode & ~S_IFMT & ~S_ITRANS) | S_IFCHR | S_IROOT);
err = 0;
out: