Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go-fuse
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go-fuse
Commits
7b2174ea
Commit
7b2174ea
authored
Apr 12, 2021
by
Han-Wen Nienhuys
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fuse: fix definition of CAP_POSIX_ACL, CAP_HANDLE_KILLPRIV
Change-Id: I
de563371
parent
de563371
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
fuse/types.go
fuse/types.go
+2
-2
No files found.
fuse/types.go
View file @
7b2174ea
...
@@ -285,8 +285,8 @@ const (
...
@@ -285,8 +285,8 @@ const (
CAP_WRITEBACK_CACHE
=
(
1
<<
16
)
CAP_WRITEBACK_CACHE
=
(
1
<<
16
)
CAP_NO_OPEN_SUPPORT
=
(
1
<<
17
)
CAP_NO_OPEN_SUPPORT
=
(
1
<<
17
)
CAP_PARALLEL_DIROPS
=
(
1
<<
18
)
CAP_PARALLEL_DIROPS
=
(
1
<<
18
)
CAP_
HANDLE_KILLPRIV
=
(
1
<<
19
)
CAP_
POSIX_ACL
=
(
1
<<
19
)
CAP_
POSIX_ACL
=
(
1
<<
20
)
CAP_
HANDLE_KILLPRIV
=
(
1
<<
20
)
CAP_ABORT_ERROR
=
(
1
<<
21
)
CAP_ABORT_ERROR
=
(
1
<<
21
)
CAP_MAX_PAGES
=
(
1
<<
22
)
CAP_MAX_PAGES
=
(
1
<<
22
)
CAP_CACHE_SYMLINKS
=
(
1
<<
23
)
CAP_CACHE_SYMLINKS
=
(
1
<<
23
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment