Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
mpartel
/
bindfs
Public
Notifications
You must be signed in to change notification settings
Fork
73
Star
527
Code
Issues
48
Pull requests
7
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Enable ACL support for libfuse3
- #128
#128
Open
vimist
wants to merge 12 commits into
mpartel:master
mpartel/bindfs:master
from
vimist:acl_support
vimist/bindfs:acl_support
Copy head branch name to clipboard
Conversation
Commits
12
(12)
Checks
Files changed
Open
Enable ACL support for libfuse3
#128
vimist
wants to merge 12 commits into
mpartel:master
mpartel/bindfs:master
from
vimist:acl_support
vimist/bindfs:acl_support
Copy head branch name to clipboard
Commits
Commits on Jun 12, 2023
Enable ACL support for libfuse3
vimist
committed
2509f30
View commit details
Copy full SHA for 2509f30
Browse repository at this point
Fix types of a few variables
vimist
committed
23b9a91
View commit details
Copy full SHA for 23b9a91
Browse repository at this point
Add getattr_common call to access check
vimist
committed
aaf6c48
View commit details
Copy full SHA for aaf6c48
Browse repository at this point
Remove ACL_USER_OBJ case from ACL access check
vimist
committed
2fc4b3d
View commit details
Copy full SHA for 2fc4b3d
Browse repository at this point
Basic (non-working, incorrect, broken) access checks
vimist
committed
aa6a532
View commit details
Copy full SHA for aa6a532
Browse repository at this point
Refactor based on PR comments
vimist
committed
fb8853d
View commit details
Copy full SHA for fb8853d
Browse repository at this point
Resolve my sloppy mistakes, I should have spotted these...
vimist
committed
d4a56e8
View commit details
Copy full SHA for d4a56e8
Browse repository at this point
Convert access functions to return bool and set errno
vimist
committed
40b59c1
View commit details
Copy full SHA for 40b59c1
Browse repository at this point
Integrate path_has_search_perms into path_access_check
vimist
committed
6c60f40
View commit details
Copy full SHA for 6c60f40
Browse repository at this point
Re-order function definitions (slightly more logical placement)
vimist
committed
18fdc54
View commit details
Copy full SHA for 18fdc54
Browse repository at this point
Fix incorrect setting of errno in access_check
vimist
committed
c059947
View commit details
Copy full SHA for c059947
Browse repository at this point
Fix a couple of bugs
vimist
committed
736c57a
View commit details
Copy full SHA for 736c57a
Browse repository at this point
You can’t perform that action at this time.