]> git.ipfire.org Git - thirdparty/krb5.git/commit
Add support for directories in profile paths
authorRoland Mainz <rmainz@redhat.com>
Tue, 21 Oct 2014 16:06:42 +0000 (12:06 -0400)
committerGreg Hudson <ghudson@mit.edu>
Wed, 15 Jul 2015 20:01:44 +0000 (16:01 -0400)
commit13bfcda8de68c6347d0ce15f5dcdca25f782b6b3
treeb885c824c13cdccdbbe889e7c788297787f8c06a
parent433988eb744a9243041f5502c61939143986f127
Add support for directories in profile paths

If a profile path component is a directory, process files in the
directory as we would for an "includedir" directive.

[ghudson@mit.edu: don't change default profile path; simplify
profile_process_directory using prior commit; only check stat bits,
not final character of pathname; misc style changes; commit message]

ticket: 8030 (new)
src/util/profile/prof_file.c
src/util/profile/prof_int.h
src/util/profile/prof_parse.c