configurable trans-membrance hostcall blocklist
This commit is contained in:
@@ -8,3 +8,9 @@ gen_noise64
|
||||
gen_float
|
||||
gen_int
|
||||
gen_sha1
|
||||
sha256
|
||||
sha256_hex
|
||||
hmac_sha256
|
||||
hmac_sha256_hex
|
||||
random_bytes
|
||||
crypto_equal
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
Socket Functions
|
||||
|
||||
http_request
|
||||
http_request_async
|
||||
socket_close
|
||||
socket_connect
|
||||
socket_read
|
||||
|
||||
+24
-1
@@ -4,7 +4,6 @@ basename
|
||||
dirname
|
||||
expand_path
|
||||
file_append
|
||||
file_append_contents
|
||||
file_exists
|
||||
file_get_contents
|
||||
file_mtime
|
||||
@@ -16,6 +15,11 @@ path_join
|
||||
cwd_set
|
||||
shell_escape
|
||||
shell_exec
|
||||
shell_spawn
|
||||
job_status
|
||||
job_result
|
||||
job_await
|
||||
job_cancel
|
||||
file_unlink
|
||||
zip_create
|
||||
zip_list
|
||||
@@ -25,3 +29,22 @@ gz_compress
|
||||
gz_uncompress
|
||||
server_start_http
|
||||
server_stop
|
||||
file_open
|
||||
file_read
|
||||
file_pread
|
||||
file_write
|
||||
file_pwrite
|
||||
file_seek
|
||||
file_tell
|
||||
file_close
|
||||
file_stat
|
||||
dir_list
|
||||
file_rename
|
||||
file_copy
|
||||
file_truncate
|
||||
dir_remove
|
||||
file_temp
|
||||
file_chmod
|
||||
file_symlink
|
||||
file_readlink
|
||||
file_fsync
|
||||
|
||||
Reference in New Issue
Block a user