Some features require activation (details here).
How is this implemented, since it's ostensibly open-source?
At its heart is this bit of code:
#!/bin/sh
rm /bin/checkfeature
echo "#!/bin/sh
mkdir -p /Database/var/register/system/\$1
" >/bin/checkfeature
chmod 755 /bin/checkfeature