I have developed a component and added ACL for viewing permissions in it and everything works great, the only issue is that when I install the component by default it uses 'inherited' permissions for view which somehow comes as denied and everytime I install the component I have to first change the permission to 'Allowed' so I wanted to ask if there is way to set default values for permissions like there is for everything else? If there is then what exactly is the syntax? Thanks
PS: Please don't provide me with this link as I have read it and it doesn't solve my problem.
Following is my config.xml permissions code
<fieldset name="permissions" label="JCONFIG_PERMISSIONS_LABEL" description="JCONFIG_PERMISSIONS_DESC">
<field name="rules" type="rules" label="JCONFIG_PERMISSIONS_LABEL" filter="rules" component="com_name" section="component">
<action name="core.view" title="View" description="View" />
</field>
</fieldset>