]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
flua: implement chmod
authorEd Maste <emaste@FreeBSD.org>
Fri, 13 Mar 2020 15:40:35 +0000 (15:40 +0000)
committerEd Maste <emaste@FreeBSD.org>
Fri, 13 Mar 2020 15:40:35 +0000 (15:40 +0000)
commit405e3338ac841999673056a2b5537b4c0ad677db
tree13e7d1e2c8a93685a6f025b276d2633afed7d007
parenta2386b6f6a872873609354f6099ae97f2de5356b
flua: implement chmod

Lua does not provide a native way to change the permission of a file.

Submitted by: Yang Wang <2333@outlook.jp>
Reviewed by: kevans
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D24036
libexec/flua/linit_flua.c
libexec/flua/modules/lposix.c
libexec/flua/modules/lposix.h