HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: NFS mount with suid option
Operating System - HP-UX
1832864
Members
2840
Online
110048
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2011 10:59 AM
02-16-2011 10:59 AM
NFS mount with suid option
Trying to disable a nfs clients ability to run suid programs by nfs mounting with the nosuid option..
On NFS server...
smrs250a.root /tmp$ share -o nosuid,rw /HR91T2/data
On NFS client...
smrs530a.root /root$ mount smrs250a:/HR91T2/data /tmp/TSM
But, it doesn't appear to work...nosuid doesn't show up in mount options and I can execute nosuid scripts from the mount on the client...
smrs530a.root /root$ mount|grep TSM
/tmp/TSM on smrs250a:/HR91T2/data rsize=32768,wsize=32768,NFSv3,dev=1000006 on Wed Feb 16 12:50:36 2011
On NFS server...
smrs250a.root /tmp$ share -o nosuid,rw /HR91T2/data
On NFS client...
smrs530a.root /root$ mount smrs250a:/HR91T2/data /tmp/TSM
But, it doesn't appear to work...nosuid doesn't show up in mount options and I can execute nosuid scripts from the mount on the client...
smrs530a.root /root$ mount|grep TSM
/tmp/TSM on smrs250a:/HR91T2/data rsize=32768,wsize=32768,NFSv3,dev=1000006 on Wed Feb 16 12:50:36 2011
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2011 11:40 AM
02-16-2011 11:40 AM
Re: NFS mount with suid option
the 11.31 version of NFS server ( ONCPlus) does not support a nosuid option. In fact the native NFS on 11.23 does not either.
include the option on the client side ?
mount -F nfs -o nosuid nfsserver:/filesystem /filesystem
include the option on the client side ?
mount -F nfs -o nosuid nfsserver:/filesystem /filesystem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2011 11:51 AM
02-16-2011 11:51 AM
Re: NFS mount with suid option
Yeah, thats not an option for one of the issues. The /var/opt/ignite/clients directory is getting flagged and make_net_recovery is doing those mounts...so I really haven't discovered a way to control this from the client which is why I was taking a look at options on the server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2011 11:52 AM
02-16-2011 11:52 AM
Re: NFS mount with suid option
>Tim: include the option on the client side?
Yes, that would be my suggestion too. We know it is a mount option.
On the server side, if you don't want to export SUID programs, change the permissions.
Yes, that would be my suggestion too. We know it is a mount option.
On the server side, if you don't want to export SUID programs, change the permissions.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP