LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Security (https://www.linuxquestions.org/questions/linux-security-4/)
-   -   /etc/exports: insecure (https://www.linuxquestions.org/questions/linux-security-4/etc-exports-insecure-50056/)

meshcurrent 03-16-2003 01:46 AM

/etc/exports: insecure
 
I read what `man exports` says on the 'insecure' option, but I am still not clear on when I should or should not use it. Thank you for any clarification.

Youssef Eldakar
Bibliotheca Alexandrina

acid_kewpie 03-16-2003 03:45 AM

as the exports manpage says:
Quote:

secure This option requires that requests originate on an internet port less than IPPORT_RESERVED
(1024). This option is on by default. To turn it off, specify insecure.
only root (or similar users) can create ports numbered below 1024, so are natuirally much more reliable, no chance of mischevious users doing what they shouldn't.

meshcurrent 03-16-2003 04:01 AM

With secure on, I can never mount the file system. Do I have to specify a certain option to the mount command to make it use a port below 1024?

Thank you.


All times are GMT -5. The time now is 08:32 AM.