projects
/
pylibacl.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Use the acl_cmp to implement eq and ne for ACLs
[pylibacl.git]
/
os_linux.c
1
#include <acl/libacl.h>
2
3
int get_perm(acl_permset_t permset, acl_perm_t perm)
4
{
5
return acl_get_perm(permset, perm);
6
}