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 = [
28
28
]
29
29
30
30
[dependencies ]
31
- libc = { version = " =0.2.175 " , features = [" extra_traits" ] }
31
+ libc = { version = " =0.2.176 " , features = [" extra_traits" ] }
32
32
bitflags = " 2.3.3"
33
33
cfg-if = " 1.0"
34
34
pin-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!(
21
21
MS_MANDLOCK ;
22
22
/// Directory modifications are synchronous
23
23
MS_DIRSYNC ;
24
+ /// Do not follow symlinks
25
+ MS_NOSYMFOLLOW ;
24
26
/// Do not update access times
25
27
MS_NOATIME ;
26
28
/// Do not update directory access times
You can’t perform that action at this time.
0 commit comments