]> gitweb.michael.orlitzky.com - apply-default-acl.git/commitdiff
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)
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.


No differences found