src/server/daemon/acl.c

changeset 109
8a0a7754f123
parent 100
e9bb8449df02
child 141
ff311b63c3af
equal deleted inserted replaced
108:2a394ccdd778 109:8a0a7754f123
562 562
563 } 563 }
564 564
565 #endif 565 #endif
566 566
567 #ifdef BSD
568
569 int fs_acl_check(SysACL *acl, User *user, char *path, uint32_t access_mask) {
570 return 1;
571 }
572
573 void fs_acl_finish() {
574
575 }
576
577 #endif
578
567 579
568 #ifdef LINUX 580 #ifdef LINUX
569 581
570 #include <sys/fsuid.h> 582 #include <sys/fsuid.h>
571 583

mercurial