File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ targets = [
2828]
2929
3030[dependencies ]
31- libc  = { version  = " =0.2.175 " features  = [" extra_traits" 
31+ libc  = { version  = " =0.2.176 " features  = [" extra_traits" 
3232bitflags  = " 2.3.3" 
3333cfg-if  = " 1.0" 
3434pin-utils  = { version  = " 0.1.0" optional  = true  }
Original file line number Diff line number Diff line change 1+ Added MS_NOSYMFOLLOW flag, a mount option on linux which disallows automatic following of symlinks.
Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ libc_bitflags!(
2121MS_MANDLOCK ; 
2222        /// Directory modifications are synchronous 
2323MS_DIRSYNC ; 
24+         /// Do not follow symlinks 
25+ MS_NOSYMFOLLOW ; 
2426        /// Do not update access times 
2527MS_NOATIME ; 
2628        /// Do not update directory access times 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments