sysfs mount
- From: Bill Tangren <bjt@xxxxxxxxxxxxxxxx>
- Date: Wed, 27 Sep 2006 13:55:48 -0400
I am required to change the mount of /sys so that the nosuid option is set. I see that it appears to be mounted in /etc/rc.sysinit:
mount -n -t sysfs /sys /sys >/dev/null 2>&1
If I change it as follows:
mount -n -t sysfs -o nosuid /sys /sys >/dev/null 2>&1
and reboot, I still get this when I issue the mount command:
[root@mach2 ~]# mount|grep sysfs
none on /sys type sysfs (rw)
[root@mach2 ~]#
Could someone point me to where /sys is actually being mounted, so I can add this option?
Thanks!
Bill Tangren
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
- Prev by Date: /dev/audio
- Next by Date: RE: sysfs mount
- Previous by thread: /dev/audio
- Next by thread: RE: sysfs mount
- Index(es):
Relevant Pages
|
|