midenok / stuff-linux

Linux-related setup and utilities stuff: scripts, instructions, etc.
3 stars 1 forks source link

Automatically modify file group ownership on each open for write #3

Open midenok opened 11 years ago

midenok commented 11 years ago

Need to talk with EXT4 guys.

As was said here:

Good question and any suggested resolutions are not handy. I want to automatically change file group ownership to track down changes I do in /etc. Group ownership is not very useful when it have g=r,o=r. And with updated ownership I will be able to track my own changes with command:

find /etc -type f -group my_group

Screwing VCS to /etc is tedious and boring (to commit and comment each change). It is not usable.

Figuring out changes through packaging system like Debian does is not 100% reliable and not handy (requires slow run).

I would say, group ownership is perfect for this task!