Jump to content

Disable USB Mass Storage Devices


BiTRiP
 Share

3 posts in this topic

Recommended Posts

Hi,

 

For corporate reasons I need to disable USB ports for all usbdrives and usbsticks to protect content.

Before Sierra it was easy to do by disabling IOUSBMassStorageDevices.kext but since now it's in kernel and this solution doesn't work anymore.

Anyone have a good working solution for that?

 

Thanks,

BiTRiP

Link to comment
Share on other sites

u can use a simple _STA(status) inside device

 

disable HS01 port

 

check if work

 

Quote

Device (HS01)
                {
                    Name (_ADR, One)  // _ADR: Address
                    Method (_STA, 0, NotSerialized)
                    {
                        Return (Zero)
                    }

                }

 

if u use usbinjectall, use a uia_exclude flag

 

u can spoof device too with little _dsm

Link to comment
Share on other sites

Hi MaLd0n,

 

Thanks for your and reply.

With your answer I actually realised that I might posted this in wrong topic as I want to disable it on real macs.

I don't use Hackint0sh for corporate use.

 

 

Edited by BiTRiP
Link to comment
Share on other sites

 Share

×
×
  • Create New...