Thanks for the tip, but I wanted to make all posts Private by default. I actually don’t want my users to have a choice.
I found another hack solution that does work.
I edited the admin code to add “Private” to the list of post statuses
admin/settings-options.php
Line 157:
'private' => 'Private',