Zend certified PHP/Magento developer

Display customer navigation link based on user permission

I have a resource/permission declared like this

            
            
            
            
            
            

And called to Account navigation like this

            
            
                companycsv/address/index
                Manage Addresses CSV
                Magento_Company::csv_import
                145
            
        

Question is how can I only display that link if the permission is Magento_Company::import_addresses is set to true?