1
0
Fork 0
mirror of https://git.savannah.nongnu.org/git/acl.git synced 2025-12-05 22:47:16 +00:00
No description
Find a file
Nobuhiro Iwamatsu 9053e72242 Add License variable to pkg-config file
The pkg-config file has License variable that allows you to set the license for
the software. This sets 'LGPL-2.1-or-later' as defined in SPDX to License.

Ref: https://github.com/pkgconf/pkgconf/blob/master/man/pc.5#L116
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2025-05-12 08:30:01 +02:00
doc doc/CHANGES: fix a typo 2024-07-09 15:24:51 +02:00
examples modernize build system 2014-01-13 13:18:39 +01:00
include libmisc: internalize walk_tree API 2024-01-31 23:56:01 -05:00
libacl acl_copy_entry: Prevent accidental NULL pointer dereference 2024-06-24 12:41:04 +02:00
libmisc libmisc: __acl_get_uid(): fix memory wasting loop if user does not exist 2024-04-25 20:05:46 +02:00
m4 Cleanup visibility of API functions 2016-03-02 12:41:28 +01:00
man man: Document pitfall with negative permissions and user namespaces 2023-08-30 22:56:23 +02:00
po po: make sure POTFILES.in is sorted 2024-01-13 21:21:39 -05:00
test test/misc.test: Don't mix stdout and stderr 2025-03-24 21:16:42 +01:00
tools libmisc: rename internal uid/gid symbols with __acl_ prefix 2024-01-31 23:51:31 -05:00
.gitignore ignore configure.lineno 2015-09-21 17:07:11 -04:00
autogen.sh doc: include standard INSTALL file for new build system 2024-01-13 21:18:53 -05:00
configure.ac Version 2.3.2 2024-01-23 23:57:53 -05:00
exports Fix typos 2022-11-12 20:45:29 +07:00
libacl.pc.in Add License variable to pkg-config file 2025-05-12 08:30:01 +02:00
Makefile.am Update po files and German translation 2021-03-02 11:29:00 +01:00
README doc: drop obsolete PORTING guide 2024-01-13 21:20:05 -05:00

Access control list package README
__________________________________

Package home: https://savannah.nongnu.org/projects/acl

See the file doc/INSTALL for build, installation and post-
install configuration steps.

Refer to the acl(5) manual page for general access control list
information and references to other related manual pages.