Hi, 2015-11-25 20:05 GMT+01:00 John Crispin <blo...@openwrt.org>:
> Hi, > > On 25/11/2015 18:54, Etienne CHAMPETIER wrote: > > As requested, i've split up in smaller patches my work > > I also follow the unwritten code style requirement :) > > > > "rework fs jail part" commit is still a bit big > > but if i split it further i will edit the same line > > in each commit (tell me if it too big) > > > > Etienne CHAMPETIER (17): > > ujail: don't add non existant library_path > > ujail: don't pass unused arg in clone call > > ujail: stop using extern in elf.h > > ujail: use more const in elf.* > > ujail: use "#pragma once" in .h where needed > > apart from this patch the series looks good. i'll have another go at > reading it in the morning. > > John > I've pushed this patch serie to github https://github.com/champtar/openwrt-procd/tree/v2 and here is the soon to be v3 (without #pragma once) https://github.com/champtar/openwrt-procd/tree/v2.5 tell me when your done reviewing i'll send a v3 Etienne > > > ujail: add <stdio.h> to log.h > > ujail: add <stdio.h> and <syslog.h> to seccomp.h > > ujail: remove "#include log.h" from elf.h > > ujail: search libs in /lib before /lib64 > > ujail: use PATH_MAX for path related buffers > > ujail: add init_library_search() > > ujail: fixup code style: "func()" -> "func(void)" > > ujail: remove some debug/dev hack > > ujail: DT_STRTAB uses d_ptr in d_un union (not d_val) > > ujail: rework fs jail part > > ujail: automatically add script (#!) interpreter > > ujail: add ELF interpreter (DT_INTERP) to the jail > > <https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel> >
_______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel