Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Normalize ACL's. #5

Merged
merged 1 commit into from
Feb 25, 2014
Merged

Normalize ACL's. #5

merged 1 commit into from
Feb 25, 2014

Commits on Nov 23, 2013

  1. Normalize ACL's.

    Added munging of ACL's into the canonical format.  The format from
    setfacl was used as a guide. With the exception that the type
    field can not be left out (defaults to user in setfacl).
    
    In general I tried to be strict.  Here are some notes.
    - The type must be either the inital letter or the full type, nothing
      else is accepted.
    - The "who" field is not verified in any way.
    - The permssions field may only contain one of each 'r', 'w' and 'x'
      however the order is not checked.  The only other character it can
      contain is '-' which is ignored. An octal digit is also accepted in
      which case it must be the only character.
    kevincox committed Nov 23, 2013
    Configuration menu
    Copy the full SHA
    157cf22 View commit details
    Browse the repository at this point in the history