Displaying 3 results from an estimated 3 matches for "hlee".
Did you mean:
hle
2014 Dec 23
3
A Question of Style
...://wiki.centos.org/HowTos/Centpkg, created and edited by
BrianStinson, the Community Build System username is shown as bstinson
In http://wiki.centos.org/zh/HowTos/Centpkg, translated by HoLee, the
Community Build System username is maintained as bstinson.
I would expect, either HoLee gets to use hlee or whatever would be his
standard CBS username or all languages would use the same example, maybe,
username.
I imagine this is more a curiosity question on my part than anything else,
but the only way I could get it answered is to ask it. Your pardon, please,
if this is a "Dumb Question"...
2017 Dec 14
4
[SFTP] Possibility for Adding "ForceFilePermission" option
Hi,
I understand that if I specify `ForceCommand internal-sftp -u <umask>`, the permission of any files uploaded via sftp will be calculated by `<original permission> & ~umask`. However, this can be bypassed by the `-P` option of `put` command. We are developing a shared hosting platform, therefore we definitely don?t want our users being able to upload any executable files. We
2017 Dec 18
2
[SFTP] Possibility for Adding "ForceFilePermission" option
Hi Jakub,
Sorry for the late reply. I was off from work for a few days.
I?ve tried to add the noexec, nosuid and nodev mount options but it seems to have some difficulties to do so with kubernetes nfs-mount. I?ll keep trying to resolve it anyway.
The patch you pasted is exactly the thing I wanna have. I think it?s super useful and I definitely vote yes for merging it to master. I was actually