home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


Previous Section Next Section

confSBINMODE

Permissions for set-user-id programs Build macro

For the desired set-user-id behavior to occur, appropriate permissions need to be set during installation. The default permissions are 4555. If you wish to change this default, you can do so with the confSBINMODE macro:

define(`confSBINMODE', `2555')           not recommended

Be aware that disabling set-user-id like this can cause some actions to fail, such as reading ~/.forward files or writing to the queue.

    Previous Section Next Section