MySecureShell
latest
  • 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. CallbackDownload
        • 4.2.2.4. CallbackUpload
        • 4.2.2.5. CanChangeRights
        • 4.2.2.6. CanChangeTime
        • 4.2.2.7. Charset
        • 4.2.2.8. ConnectionMaxLife
        • 4.2.2.9. CreateHome
        • 4.2.2.10. DefaultRights
        • 4.2.2.11. DirFakeGroup
        • 4.2.2.12. DirFakeMode
        • 4.2.2.13. DirFakeUser
        • 4.2.2.14. DisableAccount
        • 4.2.2.15. DisableMakeDir
        • 4.2.2.16. DisableOverwrite
        • 4.2.2.17. DisableReadDir
        • 4.2.2.18. DisableReadFile
        • 4.2.2.19. DisableRemoveDir
        • 4.2.2.20. DisableRemoveFile
        • 4.2.2.21. DisableRename
        • 4.2.2.22. DisableSetAttribute
        • 4.2.2.23. DisableStatsFs
        • 4.2.2.24. DisableSymLink
        • 4.2.2.25. DisableWriteFile
        • 4.2.2.26. Download
        • 4.2.2.27. ExpireDate
        • 4.2.2.28. ForceGroup
        • 4.2.2.29. ForceRights
        • 4.2.2.30. ForceUser
        • 4.2.2.31. GlobalDownload
        • 4.2.2.32. GlobalUpload
        • 4.2.2.33. HideNoAccess
        • 4.2.2.34. Home
        • 4.2.2.35. IdleTimeOut
        • 4.2.2.36. IgnoreHidden
        • 4.2.2.37. Include
        • 4.2.2.38. IsAdmin
        • 4.2.2.39. IsSimpleAdmin
        • 4.2.2.40. LimitConnection
        • 4.2.2.41. LimitConnectionByIp
        • 4.2.2.42. LimitConnectionByUser
        • 4.2.2.43. LogFile
        • 4.2.2.44. LogFile
        • 4.2.2.45. LogSyslog
        • 4.2.2.46. MinimumRights
        • 4.2.2.47. MaxOpenFilesForUser
        • 4.2.2.48. MaxReadFilesForUser
        • 4.2.2.49. MaxWriteFilesForUser
        • 4.2.2.50. MaximumRights
        • 4.2.2.51. ResolveIP
        • 4.2.2.52. SftpProtocol
        • 4.2.2.53. Shell
        • 4.2.2.54. ShowLinksAsLinks
        • 4.2.2.55. StayAtHome
        • 4.2.2.56. Upload
        • 4.2.2.57. 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.24. DisableSymLink
  • Edit on GitHub

4.2.2.24. DisableSymLink¶

4.2.2.24.1. Synopsis¶

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

4.2.2.24.2. Options¶

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

4.2.2.24.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 66f868f9.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: latest
Versions
latest
stable
Downloads
pdf
htmlzip
epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.