diff options
Diffstat (limited to 'source3/profile')
-rw-r--r-- | source3/profile/profile.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/profile/profile.c b/source3/profile/profile.c index 50751d546e..e9c7c7bb7c 100644 --- a/source3/profile/profile.c +++ b/source3/profile/profile.c @@ -297,6 +297,7 @@ bool profile_setup(struct messaging_context *msg_ctx, bool rdonly) "syscall_pwrite", /* PR_VALUE_SYSCALL_PWRITE */ "syscall_lseek", /* PR_VALUE_SYSCALL_LSEEK */ "syscall_sendfile", /* PR_VALUE_SYSCALL_SENDFILE */ + "syscall_recvfile", /* PR_VALUE_SYSCALL_RECVFILE */ "syscall_rename", /* PR_VALUE_SYSCALL_RENAME */ "syscall_fsync", /* PR_VALUE_SYSCALL_FSYNC */ "syscall_stat", /* PR_VALUE_SYSCALL_STAT */ |