Lock the Dock contents. true to lock, false to unlock.
defaults write com.apple.Dock contents-immutable -bool true; killall Dock
defaults write com.apple.Dock contents-immutable -bool false; killall Dock
Lock the Dock position
defaults write com.apple.Dock position-immutable -bool true; killall Dock
Lock the Dock size
defaults write com.apple.Dock size-immutable -bool true; killall Dock