Changeset 1962
- Timestamp:
 - Sep 4, 2011, 4:44:40 PM (14 years ago)
 - File:
 - 
          
- 1 edited
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
branches/fc15-dev/server/common/patches/openafs-scripts.patch
r1930 r1962 225 225 --- a/src/afs/afs_pioctl.c 226 226 +++ b/src/afs/afs_pioctl.c 227 @@ -140 5,6 +1405,10 @@ DECL_PIOCTL(PSetAcl)228 struct AFSFetchStatus OutStatus;227 @@ -1406,6 +1406,10 @@ DECL_PIOCTL(PSetAcl) 228 struct rx_connection *rxconn; 229 229 XSTATS_DECLS; 230 230 231 231 + if (areq->uid == globalpag && areq->realuid != AFSAGENT_UID) { 232 + return EACCES;232 + return EACCES; 233 233 + } 234 234 +  
Note: See TracChangeset
          for help on using the changeset viewer.
      