Project

General

Profile

Actions

Enhancement #23032

open

Missing methods for file attributes

Added by Michel BOUISSOU 10 months ago.

Status:
New
Priority:
N/A
Assignee:
-
Category:
Generic methods
UX impact:
Suggestion strength:
Wish - This is just an idea | nice to have
User visibility:
Effort required:
Name check:
To do
Fix check:
To do
Regression:
No

Description

Rudder has methods for managing files permissions, owner or ACLs, but misses a method for managing file attributes (chattr, lsattr).

There are some cases where this might be useful, i.e.:

- Vagrant (rtf) deploys some files with an immutable file attribute (i.e. resolv.conf in Debian 12 and 11 but not previous ones), so we want to remove this attibute to be able to apply directives on this file. (chattr +i, chattr -i)

- Some filesystems, i.e. BTRFS, rely on file attributes to manage specific filesystem features at directory or file level, i.e. ā€œcā€ (compression) or ā€œCā€ (copy on write or not) and on these filesystems, being able to manage these attributes can be critical to some specific files.

No data to display

Actions

Also available in: Atom PDF