Skip to content
  • Tigran Mkrtchyan's avatar
    exports: add support for secure/insecure export options · 311f34fe
    Tigran Mkrtchyan authored
    Motivation:
    In some environments we might want to enforce clients to come from a
    privileged port (< 1024), e.g. to be sure that request is send by kernel
    process.
    
    Modification:
    Add secure/insecure export options (like in linux and solaris servers).
    Update PseudoFs to to check for privileged client port, if required.
    
    Result:
    nfs clients can be restricted to privileged (root) users.
    
    Acked-by: Lea Morschel
    Acked-by: Paul Millar
    Target: master
    311f34fe