Re: Re: Disable SPP On GCC-4.8.3
Barry Schwartz <[email protected]>
| Newsgroups | gmane.linux.gentoo.amd64 |
|---|---|
| Message-ID | <20140618053726.GA16292@crud> |
Frank Peters <[email protected]> skribis: > You can completely eliminate accidental deletions or overwrites > as root by using the extended file attributes. For example, on > an ext2/3/4 file system, the command "chattr +i files..." will > prevent all modifications, links, deletions, or overwrites to the > selected files. The "i" attribute is the "immutable" attribute > and is very nice to have. Sure. And I have extended file attributes turned on all over the place, because I use the draft Posix ACLs in spots. Particularly for the local repos of my Gentoo overlays.