In the spirit of security you can add certain preferences to Tokenlock to restrict functionality even more if you want to using policies or from the command line:
Settings:
To change these settings, open up Terminal (inside your Applications -> Utilities folder) and then enter the commands listed in italics below. You can enter them and replace YES with NO to reverse the action. Restart TokenLock to make the changes effective.
Hide the "Disable TokenLock for xx minutes" menu:
defaults write com.mappin.tokenlock hideDisableMenu 1
Hide the "Settings" menu:
defaults write com.mappin.tokenlockhideSettingsMenu 1
Hide the "Quit" menu:
defaults write com.mappin.tokenlockhideQuitMenu 1
Disable changes to the Locking action
defaults write com.mappin.tokenlock locklockscript 1
Disable changes to the Unlocking action
defaults write com.mappin.tokenlock lockunlockscript 1
Hide the Twitter menu:
defaults write com.mappin.tokenlockhideFaceBookMenu 1
Hide the FaceBook menu:
defaults write com.mappin.tokenlockhideTwitterMenu 1

