Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 591800 Details for
Bug 825836
Problems with automount map using quota
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch - allow sloppy for non-root
util-linux-2.21.2-allow-sloppy-for-non-root.patch (text/plain), 1.06 KB, created by
Ian Kent
on 2012-06-14 10:13:40 UTC
(
hide
)
Description:
Patch - allow sloppy for non-root
Filename:
MIME Type:
Creator:
Ian Kent
Created:
2012-06-14 10:13:40 UTC
Size:
1.06 KB
patch
obsolete
>util-linux-2.21.2 - allow sloppy for non-root > >From: Ian Kent <ikent@redhat.com> > >autofs checks if the sloppy option works at configure time by using >"mount -s" and checking for success. That seems reasonable since the >option must be passed to mount.nfs(8) by mount(8) when a mount is >performed by automount(8). Checking for this at runtime by mounting >something isn't doable either since we would need an nfs server to >check it since mount.nfs(8) returns "mount.nfs: no mount point >provided" when only the sloppy option is given. >--- > > sys-utils/mount.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > >diff --git a/sys-utils/mount.c b/sys-utils/mount.c >index 7f2d5d8..7c67612 100644 >--- a/sys-utils/mount.c >+++ b/sys-utils/mount.c >@@ -732,7 +732,7 @@ int main(int argc, char **argv) > longopts, NULL)) != -1) { > > /* only few options are allowed for non-root users */ >- if (mnt_context_is_restricted(cxt) && !strchr("hlLUVvpri", c)) >+ if (mnt_context_is_restricted(cxt) && !strchr("hlLUVvpris", c)) > exit_non_root(option_to_longopt(c, longopts)); > > switch(c) {
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 825836
: 591800