acl/examples
openKylinBot 1b8f386663 Import Upstream version 2.2.53 2022-05-17 11:21:37 +08:00
..
Makefile Import Upstream version 2.2.53 2022-05-17 11:21:37 +08:00
Makemodule.am Import Upstream version 2.2.53 2022-05-17 11:21:37 +08:00
README Import Upstream version 2.2.53 2022-05-17 11:21:37 +08:00
copy-acl.c Import Upstream version 2.2.53 2022-05-17 11:21:37 +08:00
copyperm.c Import Upstream version 2.2.53 2022-05-17 11:21:37 +08:00
get-acl.c Import Upstream version 2.2.53 2022-05-17 11:21:37 +08:00
set-acl.c Import Upstream version 2.2.53 2022-05-17 11:21:37 +08:00

README

Simple examples using libacl
============================

This directory contains very simple examples of how to use the acl
library. After installing the acl library on your system, you can
build the examples by typing the following command in this directory:

  make -f Makefile.examples


 --Andreas Gruenbacher.