Your message dated Mon, 6 Jul 2026 22:17:26 +0000
with message-id <[email protected]>
and subject line libacl-devel
has caused the Debian Bug report #799852,
regarding Root privilege faking fails for a file/directory copy
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
799852: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=799852
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: fakeroot
Version: 1.20.2

This was reported in Fedora originally:
https://bugzilla.redhat.com/show_bug.cgi?id=887001 .

It seems to be reproducible as far back as 1.12.4.

Steps to reproduce:

[rathann@sakura /tmp]$ fakeroot
[root@sakura /tmp]# echo 'foo' > file1
[root@sakura /tmp]# chmod 0 file1
[root@sakura /tmp]# ls -l file1
---------- 1 root root 4 Jun 18 10:34 file1
[root@sakura /tmp]# cat file1
foo
[root@sakura /tmp]# cp -a file1 file2
[root@sakura /tmp]# ls -l file1 file2
---------- 1 root    root    4 Jun 18 10:34 file1
---------- 1 rathann rathann 4 Jun 18 10:34 file2
[root@sakura /tmp]# cat file2
cat: file2: Permission denied

Regards,
Dominik

-- 
Fedora http://fedoraproject.org/wiki/User:Rathann
RPMFusion http://rpmfusion.org
"Faith manages."
        -- Delenn to Lennier in Babylon 5:"Confessions and Lamentations"

--- End Message ---
--- Begin Message ---
According to https://bugzilla.redhat.com/show_bug.cgi?id=887001#c14 ,
this was due to building without libacl-devel

--- End Message ---

Reply via email to