Actions
Bug #2984
closed(ex PT/ Technique)FilePermissions: On a folder, the rights applied on it are wrong.
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
On a Rudder 2.4.0~beta4 on SLES 11 SP1:
If I try to applied some rights to a folder, it will not be right.
My parameters are:- In case the path is a directory, the permissions should be adjusted recursively: untick
- Should the owner of the file be modified? : tick
- Owner of the file (optional): root
- Should the groupe of the file be modified?: tick
- Group of the file (optional): nagios (or anything you want)
- Should the permissions of the file be modified?: tick
- Permissions of the file (optional): User => Read, Write ; Group => Read ; Other => N/A
The result will be:
The message will say that to perm must be 640 on the folder... but it will be changed to 750
Actions