summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@schwinge.name>2010-10-06 20:57:19 +0200
committerThomas Schwinge <thomas@schwinge.name>2010-10-06 20:57:19 +0200
commitff42d21836ec433707da4ef4f982f12dedb4e384 (patch)
tree0b2f9654831d3c088fe43907d5f224bf0c81a01a
parent88af3f8ae0372d02c94254dd69497e0c1ca121fd (diff)
hurd/translator/procfs: Minor bug w/ jkoenig's procfs.
-rw-r--r--hurd/translator/procfs.mdwn9
1 files changed, 9 insertions, 0 deletions
diff --git a/hurd/translator/procfs.mdwn b/hurd/translator/procfs.mdwn
index da7eb77c..80f822e3 100644
--- a/hurd/translator/procfs.mdwn
+++ b/hurd/translator/procfs.mdwn
@@ -43,6 +43,15 @@ Testing it is as simple as this:
$ ls -l proc/
+## Open Issues
+
+[[!tag open_issue_hurd]]
+
+ * Files' permissions:
+
+ <pinotree> the only glitch is that files/dirs have the right user as owner, but always with root group
+
+
# Old Implementation from [[open_issues/HurdExtras]]
<http://www.nongnu.org/hurdextras/#procfs>