~ubuntu-branches/ubuntu/hardy/nfs-utils/hardy-security

« back to all changes in this revision

Viewing changes to debian/patches/101-EACCES-is-forever.diff

  • Committer: Bazaar Package Importer
  • Author(s): Marc Deslauriers
  • Date: 2008-12-02 13:34:22 UTC
  • mfrom: (31.1.1 hardy-proposed)
  • Revision ID: james.westby@ubuntu.com-20081202133422-y29mmp771uxs6az1
Tags: 1:1.1.2-2ubuntu2.2
* SECURITY UPDATE: netgroups access restrictions bypass from wrong argument
  order
  - debian/patches/102-SECURITY-CVE-2008-4552.patch: call hosts_ctl() with
    right argument order in support/misc/tcpwrapper.c.
  - CVE-2008-4552

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
diff --git a/utils/mount/stropts.c b/utils/mount/stropts.c
 
2
index cadb1f4..cdd610e 100644
 
3
--- a/utils/mount/stropts.c
 
4
+++ b/utils/mount/stropts.c
 
5
@@ -252,7 +252,6 @@ static int set_mandatory_options(const char *type,
 
6
 static int is_permanent_error(int error)
 
7
 {
 
8
        switch (error) {
 
9
-       case EACCES:
 
10
        case ESTALE:
 
11
        case ETIMEDOUT:
 
12
        case ECONNREFUSED: