Changes in Permission Rule for a doctype is not reflecting on fork setup

Hi,

I have created custom doctype in my app.
I have made some changes in Permission Rules like removed Administrator role and added System Manager role and granted read, write , create, print permissions. Then pushed code on repo and pulled at client side.
Even though changes reflected in json files but not reflected in Application. So to sync these changes i used frappe --sync_all But still it showing old permissions in Permission Rule
Please suggest me a way to update the permission rule

Thanks, Rohit
New Indictrans Technology

Permission rules are not synced because the user may change them. You will have to write a special patch for this.