File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,8 @@ Consequently all methods based on
32
32
throw an error.
33
33
- [ ` fs.chown() ` ] ( https://nodejs.org/api/fs.html#fs_fs_chown_path_uid_gid_callback )
34
34
does not do anything.
35
+ - [ ` child_process ` ] ( https://nodejs.org/api/child_process.html#child_processspawncommand-args-options ) 's
36
+ ` uid ` and ` gid ` options throw an error.
35
37
36
38
## Privileged user
37
39
Original file line number Diff line number Diff line change 100
100
[ ` process.umask() ` ] ( https://nodejs.org/api/process.html#process_process_umask_mask ) .
101
101
- Avoid
102
102
[ ` os.userInfo().uid|gid ` ] ( https://nodejs.org/api/os.html#os_os_userinfo_options ) ,
103
+ [ ` child_process ` ] ( https://nodejs.org/api/child_process.html#child_processspawncommand-args-options ) 's
104
+ ` uid ` and ` gid ` ,
103
105
[ ` fs.chown() ` ] ( https://nodejs.org/api/fs.html#fs_fs_chown_path_uid_gid_callback )
104
106
and the [ ` process ` ] ( https://nodejs.org/api/process.html ) methods
105
107
[ ` getuid() ` ] ( https://nodejs.org/api/process.html#process_process_getuid ) ,
You can’t perform that action at this time.
0 commit comments