Ответ на этот вопрос - установить Publishing.CheckSecurity в true
Вам нужно найти этот код внутри сети
<!-- PUBLISHING SECURITY
Check security rights when publishing?
When CheckSecurity=true, Read rights are required for all source items. When it is
determined that an item should be updated or created in the target database,
Write right is required on the source item. If it is determined that the item
should be deleted from target database, Delete right is required on the target item.
In summary, only the Read, Write and Delete rights are used. All other rights are ignored.
Default value: false
-->
<setting name="Publishing.CheckSecurity" value="false" />
Установить значение ="true"
Но, опять же, вы должны жестко управлять безопасностью и правильно назначать роль пользователя.Не удалось это сделать, у вас возникнет ошибка публикации.
Надеюсь, что это поможет