FreeBSD Bugzilla – Attachment 10947 Details for
Bug 21769
jail problem
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 492 bytes, created by
Kalou
on 2000-10-05 16:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Kalou
Created:
2000-10-05 16:20:01 UTC
Size:
492 bytes
patch
obsolete
>--- vfs_syscalls.c Thu Oct 5 17:06:22 2000 >+++ vfs_syscalls.c.new Thu Oct 5 17:06:22 2000 >@@ -423,7 +423,8 @@ > * Only root, or the user that did the original mount is > * permitted to unmount this filesystem. > */ >- if ((mp->mnt_stat.f_owner != p->p_ucred->cr_uid) && >+ if ((p->p_ucred->cr_uid && >+ (mp->mnt_stat.f_owner != p->p_ucred->cr_uid)) && > (error = suser(p))) { > vput(vp); > return (error);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 21769
: 10947