MySecureShell
stable
  • 1. Introduction
  • 2. Quick Try
  • 3. Installation
  • 4. Configuration
    • 4.1. Overview
    • 4.2. Detailed description
      • 4.2.1. Parent tags
      • 4.2.2. Child tags
        • 4.2.2.1. ByPassGlobalDownload
        • 4.2.2.2. ByPassGlobalUpload
        • 4.2.2.3. CanChangeRights
        • 4.2.2.4. CanChangeTime
        • 4.2.2.5. Charset
        • 4.2.2.6. ConnectionMaxLife
        • 4.2.2.7. CreateHome
        • 4.2.2.8. DefaultRights
        • 4.2.2.9. DirFakeGroup
        • 4.2.2.10. DirFakeMode
        • 4.2.2.11. DirFakeUser
        • 4.2.2.12. DisableAccount
        • 4.2.2.13. DisableMakeDir
        • 4.2.2.14. DisableOverwrite
        • 4.2.2.15. DisableReadDir
        • 4.2.2.16. DisableReadFile
        • 4.2.2.17. DisableRemoveDir
        • 4.2.2.18. DisableRemoveFile
        • 4.2.2.19. DisableRename
        • 4.2.2.20. DisableSetAttribute
        • 4.2.2.21. DisableSymLink
        • 4.2.2.22. DisableWriteFile
        • 4.2.2.23. Download
        • 4.2.2.24. ExpireDate
        • 4.2.2.25. ForceGroup
        • 4.2.2.26. ForceRights
        • 4.2.2.27. ForceUser
        • 4.2.2.28. GlobalDownload
        • 4.2.2.29. GlobalUpload
        • 4.2.2.30. HideNoAccess
        • 4.2.2.31. Home
        • 4.2.2.32. IdleTimeOut
        • 4.2.2.33. IgnoreHidden
        • 4.2.2.34. Include
        • 4.2.2.35. IsAdmin
        • 4.2.2.36. IsSimpleAdmin
        • 4.2.2.37. LimitConnection
        • 4.2.2.38. LimitConnectionByIp
        • 4.2.2.39. LimitConnectionByUser
        • 4.2.2.40. LogFile
        • 4.2.2.41. LogSyslog
        • 4.2.2.42. MinimumRights
        • 4.2.2.43. MaxOpenFilesForUser
        • 4.2.2.44. MaxReadFilesForUser
        • 4.2.2.45. MaxWriteFilesForUser
        • 4.2.2.46. MaximumRights
        • 4.2.2.47. ResolveIP
        • 4.2.2.48. SftpProtocol
        • 4.2.2.49. Shell
        • 4.2.2.50. ShowLinksAsLinks
        • 4.2.2.51. StayAtHome
        • 4.2.2.52. Upload
        • 4.2.2.53. VirtualChroot
      • 4.2.3. Deprecated tags
    • 4.3. Use cases
  • 5. Usages
  • 6. Frequently Asked Questions
  • 7. Contribute
  • 8. Third Party and Others
MySecureShell
  • Docs »
  • 4. Configuration »
  • 4.2. Detailed description »
  • 4.2.2.21. DisableSymLink
  • Edit on GitHub

4.2.2.21. DisableSymLink¶

4.2.2.21.1. Synopsis¶

This tag, deny to the connected user to create symbolic links from files or folders.

4.2.2.21.2. Options¶

Name Default Values Since version Context
DisableSymLink false false 1.20 Default,Group,IpRange,User,VirtualHost
  true    

4.2.2.21.3. Examples¶

In this example, we deny to users in the users group to create symlinks:

<Default>
    Home /home
</Default>

<Group users>
    DisableSymLink true
</User>
Next Previous

© Copyright 2014, Pierre Mavro and Sebastien Tardif. Revision 3477c35a.

Built with Sphinx using a theme provided by Read the Docs.