Make patch SELinux compatible

yersinia yersinia.spiros at gmail.com
Thu May 20 12:12:09 UTC 2010


On Thu, May 20, 2010 at 1:15 PM, Vadym Chepkov <vchepkov at gmail.com> wrote:
> Hi,
>
> Is there a way to make patch in Redhat SELinux compatible?
>
> # ls -Z php.php
> -rw-r--r--  root root user_u:object_r:httpd_sys_content_t:s0 php.php
>
> # patch -p1 < /root/php.patch
> patching file php.php
>
> # ls -Z php.php
> -rw-r--r--  root root user_u:object_r:tmp_t:s0         php.php
Strange. For me  this work as aspected, because patch first unlink php.php and
after read /tmp/pxxxx and write php.php. Are you sure that the file
context for your php.php was persistent (via semanage fscontext ) and
not set via chcon ?

Regards


More information about the selinux mailing list