php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10345 unlink ignores permissions
Submitted: 2001-04-16 11:15 UTC Modified: 2001-04-30 02:10 UTC
From: sascha at rizzt dot 2y dot net Assigned:
Status: Closed Package: Filesystem function related
PHP Version: 4.0.1pl2 OS: redhat 7.0
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: sascha at rizzt dot 2y dot net
New email:
PHP Version: OS:

 

 [2001-04-16 11:15 UTC] sascha at rizzt dot 2y dot net
unlink seems to run as root.
i have set file permissions to 444 (owner root) and tried to open this file for writing from a script. php said 'permission denied'. then i tried to unlink this file with success.

mod_php-4.0.1pl2-9
apache-1.3.12-25

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-04-30 02:10 UTC] andi@php.net
This is not a bug but how the filesystem works. Permissions for erasing a file is according to the permissions on the directory and not the file.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 13:01:31 2024 UTC