]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
o POSIX.2c Userland tool support for POSIX.1e ACLs -- getfacl retrieves ACLs
authorRobert Watson <rwatson@FreeBSD.org>
Mon, 19 Mar 2001 18:09:25 +0000 (18:09 +0000)
committerRobert Watson <rwatson@FreeBSD.org>
Mon, 19 Mar 2001 18:09:25 +0000 (18:09 +0000)
commit43960f159d60217fcb3c5c03095effdb77a0f291
treef856eed97626f278dbf77e26f5302d36edbc68d0
parentf74abb9b6e332f32005a7f8c108f7292b35d5452
o POSIX.2c Userland tool support for POSIX.1e ACLs -- getfacl retrieves ACLs
  from files and directories, and setfacl sets ACLs on files and directories.

Submitted by: jedgar
Obtained from: TrustedBSD Project
bin/getfacl/getfacl.1 [new file with mode: 0644]
bin/getfacl/getfacl.c [new file with mode: 0644]
bin/setfacl/Makefile [new file with mode: 0644]
bin/setfacl/file.c [new file with mode: 0644]
bin/setfacl/mask.c [new file with mode: 0644]
bin/setfacl/merge.c [new file with mode: 0644]
bin/setfacl/remove.c [new file with mode: 0644]
bin/setfacl/setfacl.1 [new file with mode: 0644]
bin/setfacl/setfacl.c [new file with mode: 0644]
bin/setfacl/util.c [new file with mode: 0644]