]> gitweb.michael.orlitzky.com - apply-default-acl.git/commit
Drop the "--no-exec-mask" flag and function parameters.
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 28 Mar 2018 03:50:41 +0000 (23:50 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 28 Mar 2018 04:07:43 +0000 (00:07 -0400)
commit5fa76c4883985b89802574ec7f47ccc186eb2201
treed7a19b2945f54c88fbfc952af6556728b14e9c88
parent940d3a24319ed7fd67ae0f400add78af4e37b1c7
Drop the "--no-exec-mask" flag and function parameters.

Nobody needs the "--no-exec-mask" flag, and it's uglying up the
library's API. Sayonara:

  * Update the man page:
    * Remove all mentions of the flag.
    * Update the algorithm description.
    * Reword the general description.
  * Remove all --no-exec-mask tests.
  * Bump the program version in configure.ac.
  * Make apply_default_acl() work as if no_exec_mask == false.
  * Remove all no_exec_mask function parameters.
  * Bump the soname major version in src/Makefile.am.
configure.ac
doc/man/apply-default-acl.1
run-tests.sh
src/Makefile.am
src/apply-default-acl.c
src/libadacl.c
src/libadacl.h