aboutsummaryrefslogtreecommitdiffstats
path: root/pseudo_client.c
diff options
context:
space:
mode:
Diffstat (limited to 'pseudo_client.c')
-rw-r--r--pseudo_client.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/pseudo_client.c b/pseudo_client.c
index 3066570..e144456 100644
--- a/pseudo_client.c
+++ b/pseudo_client.c
@@ -835,10 +835,11 @@ pseudo_client_op(op_id_t op, int access, int fd, int dirfd, const char *path, co
* (operations which can create should be CREAT or MKNOD
* or MKDIR)
*/
- case OP_LINK:
+ case OP_EXEC:
case OP_CHOWN:
case OP_FCHOWN:
case OP_FSTAT:
+ case OP_LINK:
case OP_RENAME:
case OP_STAT:
case OP_UNLINK: