Bug 261154 - ro mounted filesystem writable
Summary: ro mounted filesystem writable
Status: RESOLVED WONTFIX
Alias: None
Product: openSUSE 10.2
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: Final
Hardware: i686 SuSE Linux 10.1
: P5 - None : Normal with 5 votes (vote)
Target Milestone: ---
Assignee: Matthias Koenig
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-05 09:30 UTC by Elmar Stellnberger
Modified: 2008-01-25 12:58 UTC (History)
1 user (show)

See Also:
Found By: Customer
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Elmar Stellnberger 2007-04-05 09:30:17 UTC
mount --bind -r /home /mnt/home
touch /mnt/home/hug

mount
...
/home on /mnt/home type none (ro,bind)

 Mounting home ro again will be useful if we want to assert that a certain program can not change its content (f.i. to prevent data loss by misconfigured sync or to prevent data corruption if user data is accessed by an untrusted program.). Showing up the ro flag will make the user think himself safe wrongly!

persists in Opensuse 10.2.
Comment 1 Hendrik Vogelsang 2008-01-25 12:58:29 UTC
To omit this for bind mounts in mtab would mean a whole lot of logic. We are not going to implement this. Read Only bind mounts are a feature that is coming. Until then we have to live with the wrong mtab entry