diff options
| author | Shocker <shocker@freakz.ro> | 2011-10-08 16:56:04 +0300 |
|---|---|---|
| committer | Shocker <shocker@freakz.ro> | 2011-10-08 16:56:04 +0300 |
| commit | 0b243dfd9b789437fcb9b1a39bcb385417548550 (patch) | |
| tree | 8cce9f7a9c282703d98f8ab6358b339572a18e57 /src/server/worldserver | |
| parent | 40ed37c1e73bcd1e4d7e48310591e082b82690e0 (diff) | |
Core/PlayerDump: Add config to disallow overwriting existing files and usage of paths in player dump write to prevent local exploits
Diffstat (limited to 'src/server/worldserver')
| -rw-r--r-- | src/server/worldserver/worldserver.conf.dist | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/server/worldserver/worldserver.conf.dist b/src/server/worldserver/worldserver.conf.dist index c894bf8afb7..a8c0d91b2e6 100644 --- a/src/server/worldserver/worldserver.conf.dist +++ b/src/server/worldserver/worldserver.conf.dist @@ -2770,4 +2770,18 @@ LevelReq.Auction = 1 LevelReq.Mail = 1 # +# PlayerDump.DisallowPaths +# Description: Disallow using paths in PlayerDump output files +# Default: 1 + +PlayerDump.DisallowPaths = 1 + +# +# PlayerDump.DisallowOverwrite +# Description: Disallow overwriting existing files with PlayerDump +# Default: 1 + +PlayerDump.DisallowOverwrite = 1 + +# ################################################################################################### |
