Jump to content
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

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

×
×
  • Create New...