mirror of
https://github.com/kaboomserver/framework.git
synced 2025-02-17 14:00:14 -05:00
Restrict access to plugins folder
This commit is contained in:
parent
36225a3bad
commit
d174f7c365
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@ cd ~/server/
|
|||
while true; do
|
||||
# Make certain files and folders read-only
|
||||
|
||||
mkdir plugins/update/
|
||||
chmod -R 500 plugins/update/
|
||||
chmod 500 plugins/
|
||||
chmod -R 500 plugins/bStats/
|
||||
chmod -R 500 plugins/PluginMetrics/
|
||||
chmod -R 500 plugins/ProtocolLib/
|
||||
|
|
Loading…
Reference in a new issue