Changeset 1962 for branches


Ignore:
Timestamp:
Sep 4, 2011, 4:44:40 PM (13 years ago)
Author:
achernya
Message:
Update Scripts OpenAFS patch for 1.6.0 Final
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/fc15-dev/server/common/patches/openafs-scripts.patch

    r1930 r1962  
    225225--- a/src/afs/afs_pioctl.c
    226226+++ b/src/afs/afs_pioctl.c
    227 @@ -1405,6 +1405,10 @@ DECL_PIOCTL(PSetAcl)
    228      struct AFSFetchStatus OutStatus;
     227@@ -1406,6 +1406,10 @@ DECL_PIOCTL(PSetAcl)
     228     struct rx_connection *rxconn;
    229229     XSTATS_DECLS;
    230230 
    231231+    if (areq->uid == globalpag && areq->realuid != AFSAGENT_UID) {
    232 +       return EACCES;
     232+       return EACCES;
    233233+    }
    234234+
Note: See TracChangeset for help on using the changeset viewer.