diff options
Diffstat (limited to 'Documentation/filesystems/proc.txt')
-rw-r--r-- | Documentation/filesystems/proc.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/filesystems/proc.txt b/Documentation/filesystems/proc.txt index ebffdffb3d99..72e247ef6fa2 100644 --- a/Documentation/filesystems/proc.txt +++ b/Documentation/filesystems/proc.txt | |||
@@ -1065,6 +1065,13 @@ check the amount of free space (value is in seconds). Default settings are: 4, | |||
1065 | resume it if we have a value of 3 or more percent; consider information about | 1065 | resume it if we have a value of 3 or more percent; consider information about |
1066 | the amount of free space valid for 30 seconds | 1066 | the amount of free space valid for 30 seconds |
1067 | 1067 | ||
1068 | audit_argv_kb | ||
1069 | ------------- | ||
1070 | |||
1071 | The file contains a single value denoting the limit on the argv array size | ||
1072 | for execve (in KiB). This limit is only applied when system call auditing for | ||
1073 | execve is enabled, otherwise the value is ignored. | ||
1074 | |||
1068 | ctrl-alt-del | 1075 | ctrl-alt-del |
1069 | ------------ | 1076 | ------------ |
1070 | 1077 | ||