Commit graph

3 commits

Author SHA1 Message Date
rillig
1d4f95fd9b Updated checkperms to 1.4.
Changes since 1.3:
- Added support for Mac OS X and AIX binaries and libraries.

This should fix PR 34968.
2006-11-02 19:31:11 +00:00
rillig
ad98c77092 Updated checkperms to 1.3.
Changes since 1.0:
Version 1.3 (2006-11-02):
	Allowed libtool libraries whose name does not start with "lib".

Version 1.2 (2006-10-25):
	Libtool libraries (*.la) may keep the executable bit.

Version 1.1 (2006-10-24):
	The new -c option checks whether files that have the executable
	bit set are really executable.
2006-11-02 02:40:29 +00:00
rillig
832600fbd7 Imported checkperms.
checkperms is a small and simple program that detects many
inconsistencies in file and directory permissions. Theoretically, there
are 2^12 valid combinations (setuid, setgid, sticky, owner-rwx,
group-rwx, other-rwx), but only very few of them are actually used.

It can automatically fix the permissions if instructed so.
2006-10-06 23:46:29 +00:00