[Mono-bugs] [Bug 53016][Wis] New - Can't open symbolically-linked file
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 18 Jan 2004 03:53:29 -0500 (EST)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by kelvin.ho@kawai.ca.
http://bugzilla.ximian.com/show_bug.cgi?id=53016
--- shadow/53016 2004-01-18 03:53:29.000000000 -0500
+++ shadow/53016.tmp.25963 2004-01-18 03:53:29.000000000 -0500
@@ -0,0 +1,36 @@
+Bug#: 53016
+Product: Mono/Runtime
+Version: unspecified
+OS: SuSE 8.0
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: kelvin.ho@kawai.ca
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Can't open symbolically-linked file
+
+Description of Problem:
+Can't open symbolically-linked file
+I am using Mono 0.28.
+
+Steps to reproduce the problem:
+FileStream fs = new FilesStream( "x", FileMode.Open );
+
+Actual Results:
+Access to the path "x" is denied.
+
+Expected Results:
+It should be ok to open that file.
+
+How often does this happen?
+Every time.
+
+Additional Information:
+mono is installed by root.