OpenMods / OpenPeripheral

https://openmods.info
MIT License
67 stars 25 forks source link

Thermal Expansion Strongboxes - change access settings #158

Closed dmarcuse closed 10 years ago

dmarcuse commented 10 years ago

By wrapping a strongbox as a peripheral, the access mode for it can be changed. This can cause issues, allowing someone to change the access setting from private to public and then take all the items inside without owner permission.

foone commented 10 years ago

Fixed: https://github.com/OpenMods/OpenPeripheral/commit/d72cc1673fc105cd9d04cbaba814b58402c5e8f3

I just removed setAccess. There's really no way to make it secure.

dmarcuse commented 10 years ago

Thanks.