yazgoo / fuse_kafka

developer repository for https://github.com/fuse-kafka/fuse_kafka
Apache License 2.0
27 stars 4 forks source link

wrong group when creating file #5

Closed yazgoo closed 9 years ago

yazgoo commented 9 years ago
$ sudo ./src/fuse_kafka.py start
$ cd /tmp/fuse-kafka-test
$ touch blix
$ ls -lt blix
-rw-r--r-- 1 yazgoo root      0 mai   22 16:16 blix

I would expect:

$ ls -lt blax
-rw-rw-r-- 1 yazgoo yazgoo 0 mai   22 16:19 blax
yazgoo commented 9 years ago

setegid()was failing because it was done afterseteuid().