Hard link to root-owned file now fails (since Fedora 19)

Richard W.M. Jones rjones at redhat.com
Mon Jul 15 17:32:50 UTC 2013


On Fedora 18 (and every Unix since forever):

$ touch foo
$ sudo chown root.root foo
$ ln foo bar

On Fedora 19 & Rawhide:

$ touch foo
$ sudo chown root.root foo
$ ln foo bar
ln: failed to create hard link ‘bar’ => ‘foo’: Operation not permitted

Why?

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming blog: http://rwmj.wordpress.com
Fedora now supports 80 OCaml packages (the OPEN alternative to F#)


More information about the devel mailing list