Michael DeHaan
0221727050
Merge pull request #7968 from bcoca/acl_fix_compare
...
acl module: now compares permissions correctly
10 years ago
anatoly techtonik
fdc355d376
acl: Remove obscurity in `state` description
10 years ago
Brian Coca
030ac743a4
now compares permissions correctly
11 years ago
Kit Westneat
aab77b46d8
Fixed documentation for etype parameter on acl module.
...
The etype parameter just had a copy of the default parameter documentation.
Changed it to reflect what it really is for.
11 years ago
Ali Asad Lotia
fc5aa9ac28
Whitespace fixes in incompatible param check
...
- Remove extra whitespace in conditional that checks if etype, entity or
permissions are also set when entry is set.
11 years ago
Ali Asad Lotia
77e6dded62
Fix acl module doc and error messages
...
- Fix typos in module doc
- Provide clearer error message when entry and etype are both missing
11 years ago
Brian Coca
5dd041ae7e
fixed bad detection of change on default and premature break
11 years ago
Brian Coca
3aa3a42c45
fixed docstring and changed type to etype avoiding python builtin
...
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
11 years ago
Brian Coca
bdd6eaa62a
now handles default and allaows for either shorthand entry or specific
...
fields per entry section
the default option works both when added to entry or as stand alone.
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
11 years ago
James Tanner
4f9aadcc07
Addresses #5023 Fix import comments
11 years ago
James Tanner
38edad70ac
Fixes #5023 Convert all modules to use new snippet import pattern
11 years ago
Michael DeHaan
2587298f5d
Some minor doc updates for the acl module.
11 years ago
Brian Coca
6db8c642d5
added long names to support older version as per feedback
...
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
11 years ago
Brian Coca
1ddcc9574b
now w/o python module dependencies
...
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
11 years ago
Brian Coca
73ffb0c020
- fixed typos and errors from feedback
...
- now makes sure a proper mask is added
- now captures I/O error produced when group, user or permissions are
invalid
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
11 years ago
Brian Coca
a2226228d9
fixed error on detecting missing requirements
...
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
11 years ago
Brian Coca
9bb2e6a63e
corrected absent example
...
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
11 years ago
Brian Coca
46dea95c11
initial draft acl module
...
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
11 years ago