Query: enter_quiet_zone
OS: osf1
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
enter_quiet_zone(3) Library Functions Manual enter_quiet_zone(3)NAMEenter_quiet_zone, exit_quiet_zone - Prevent keyboard interruption of program actions (Enhanced Security)LIBRARYSecurity Library - libsecurity.soSYNOPSIS#include <prot.h> void enter_quiet_zone(); #include <prot.h> void exit_quiet_zone();DESCRIPTIONThe function sets the appropriate signals to a state that prevents keyboard interruption of program actions. If this function is called multiple times without an intervening call, nothing is done. If an alarm has been set, the time left to go is saved. The function restores the signals to their previous state. Do not call this function from reentrant code because it uses a static area. A pending alarm clock is restored. The signals that are affected are SIGHUP, SIGINT, SIGQUIT, SIGSYS, SIGALRM.RELATED INFORMATIONSecurity delim off enter_quiet_zone(3)
Related Man Pages |
---|
create_file_securely(3) - osf1 |
auth_for_terminal_es(3) - osf1 |
get_num_crypts(3) - osf1 |
passlen(3) - osf1 |
sia_chdir(3) - osf1 |
Similar Topics in the Unix Linux Community |
---|
Throw my Toys out of the Pram! |
Low Impact PHP Errors and Logging Levels |
PHP Write Man Pages to MySQL DB |