Conversation
|
Is there any update on this PR? |
dwoz
left a comment
There was a problem hiding this comment.
Can we add a test or X rather than changing the test which uses x.. Seems like by changing this we're removing coverage or x
|
Agreed. I wasn't sure quite how to handle that. I'll see what I can do -- but this might be beyond my current abilities. Thanks. |
|
Hi @leifliddy, @dwoz. Has any progress been made on this? Thanks. |
|
Yes, progress has been made on this. The proposed PR has added support for the setfacl So what needs to be done is to create a similar test that tests for the At that topic -- there's likely hundreds of PRs that are stuck in limbo due to the fact that not everyone is familiar with mock object library. The salt team must have known that imposing a hard unit test requirement would lead to this -- so it shouldn't be a total surprise that this has stymied progress on some level. Sorry, but I'm not spending several hours of my time to try and satisfy the unit test requirement when I can just run a Feel free the submit your own proposal for that though. |
|
@twangboy Can you please review this change and see if that satisfies the requirement of having a separate test? |
|
@twangboy I think this should be back-ported to 3006.x and then merged forward as it's a long standing bug. |
|
@leifliddy Could you rebase this PR against the 3006.x branch please? |
|
Please rebase and address conflicts |
What does this PR do?
It adds the +X setfacl capability feature.
"The character X stands for the execute permission if the file is a directory or already has execute permission for some user."
What issues does this PR fix or reference?
References: #33921
Previous Behavior
The setfacl character
Xwas not supportedNew Behavior
The setfacl character
Xis now supportedMerge requirements satisfied?
[NOTICE] Bug fixes or features added to Salt require tests.
Commits signed with GPG?
Yes