INCLAN: safe: Difference between revisions
Jump to navigation
Jump to search
(Created page with '== Synopsis == '''safe''' == Description == Continues execution in ''safe'' mode. Provided that the underlying program performs the appropriate checks when opening or deleting…') |
|||
Line 5: | Line 5: | ||
== Description == | == Description == | ||
Continues execution in ''safe'' mode. Provided that the underlying program performs the appropriate checks when opening or deleting files, the program will be restricted to alter only the contents of the current working directory. Output redirections etc. outside the current working directory will be prohibited. The '''system''' command will be disabled. The attempt to perform an “unsafe” operation will result in a fatal error that aborts the program. | Continues execution in ''safe'' mode. Provided that the underlying program performs the appropriate checks when opening or deleting files, the program will be restricted to alter only the contents of the current working directory. Output redirections etc. outside the current working directory will be prohibited. The [[INCLAN: system|'''system''']] command will be disabled. The attempt to perform an “unsafe” operation will result in a fatal error that aborts the program. |
Latest revision as of 15:05, 17 August 2009
Synopsis
safe
Description
Continues execution in safe mode. Provided that the underlying program performs the appropriate checks when opening or deleting files, the program will be restricted to alter only the contents of the current working directory. Output redirections etc. outside the current working directory will be prohibited. The system command will be disabled. The attempt to perform an “unsafe” operation will result in a fatal error that aborts the program.