For testing reasons I would like to temporarily disable the hw.optional.aes setting on my OS X MacBook (10.10).
Since I couldn't change the value directly via "sysctl -w hw.optional.aes=0" I tried to create a sysctl.conf in /etc/ and wrote the line "hw.optional.aes=0" into the file (owner root, group wheel, 644) to make sure it's read on boot. However it doesn't seem to work that way.
Is there any other way to modify the setting?