diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-10-26 09:12:48 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-10-26 09:12:48 +0000 |
commit | 6bf425089316a32726a25ea317fa3faa951fb073 (patch) | |
tree | c8806e58bb130346889f887abebc8c113cb3e6de /embed.pl | |
parent | 8d5a0f9fbd38e20ea7253de2fce1dd0ead05c656 (diff) | |
download | perl-6bf425089316a32726a25ea317fa3faa951fb073.tar.gz |
Add getmnt() to nosuid checking.
p4raw-id: //depot/cfgperl@4457
Diffstat (limited to 'embed.pl')
-rwxr-xr-x | embed.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1860,7 +1860,7 @@ s |void |open_script |char *|bool|SV *|int *fd s |void |usage |char * s |void |validate_suid |char *|char*|int # if defined(IAMSUID) -s |int |fd_on_nosuid_fs|int fd +s |int |file_on_nosuid_fs|int fd|char *path # endif s |void* |parse_body |va_list args s |void* |run_body |va_list args |