User story #3141
closedUser story #2914: FIle permissions enabled Techniques should handle special bits too
Implement the SUID and SGID handling in the filePermissions Technique
Description
Implement the SUID and SGID handling in the filePermissions Technique
Pull request: https://github.com/Normation/rudder-techniques/pull/39
Updated by Matthieu CERDA almost 12 years ago
- % Done changed from 0 to 20
I'm gonna use a "toggling" approach for this one: two tickboxes enabling or disabling SUID / SGID bits, and a files part using "u+/-s" and "g+/-s" wether the result is false or true.
Updated by Matthieu CERDA almost 12 years ago
- Description updated (diff)
- Status changed from In progress to 10
- % Done changed from 20 to 100
Updated by Jonathan CLARKE almost 12 years ago
- Status changed from 10 to Pending technical review
- Assignee changed from Matthieu CERDA to Nicolas CHARLES
I've made a new pull request to fix some things in Matthieu's: https://github.com/Normation/rudder-techniques/pull/39
Nico, can you review please?
Updated by Matthieu CERDA almost 12 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset commit:f8360534074cd3fe1e3ba3de40551ebae1f1919e.
Updated by Nicolas PERRON over 11 years ago
- Status changed from Pending release to Released
Updated by Nicolas PERRON over 11 years ago
This is only possible to set the SUID ans SGID bits on "Set the permissions on files" Technique but this can be a poblem if we have to set permissions on copied files. Why ? Because we are for the moment forced to set permissions to copied files (#3365) but without having possibility to set SUID and SGID bits (#3366) .
Updated by Nicolas PERRON over 11 years ago
- Parent task changed from #3115 to #2914
Updated by Nicolas PERRON over 11 years ago
- Description updated (diff)
- Pull Request set to https://github.com/Normation/rudder-techniques/pull/39
Updated by Nicolas PERRON over 11 years ago
Updated by Benoît PECCATTE over 9 years ago
- Tracker changed from Enhancement to User story
Updated by François ARMAND over 8 years ago
- Related to User story #3875: In directive editor for file permission, add the possibility to set SUID, SGID and sticky bit added