Y
Hacker News
new
|
ask
|
show
|
jobs
by
rando3826
3800 days ago
In linux, there is the immutable file attribute which won't let root rm the file without first changing it with chattr.
1 comments
ploxiln
3800 days ago
File attributes need to be implemented by the filesystem. efivars is a pseudo-filesystem which does not implement them. It could, but that is one of the more needlessly complicated solutions...
link