aboutsummaryrefslogtreecommitdiffstats
path: root/src/conn-tools/s6-ipcserver-access.c
Commit message (Collapse)AuthorAgeFilesLines
* Adapt to skalibs-2.13.0.0Laurent Bercot2022-11-291-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* skalibs-2.11.0.0 API changeLaurent Bercot2021-08-091-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.11.0.0, adapt to skalibs-2.11.0.0 (cdb changes)Laurent Bercot2021-07-231-5/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Get rid of webipc.hLaurent Bercot2020-12-091-1/+1
|
* Adapt to new exec.hLaurent Bercot2020-11-281-7/+9
|
* Make execline dependency optionalLaurent Bercot2019-12-231-2/+11
| | | | | | | | | | | | | | | | This includes: - adding a configure option to disable execline support - duplicating el_semicolon() and el_getstrict() into the s6 library when execline is disabled at build time, making a compat shim and using it where needed (s6-svlisten, s6-ftrig-listen) - Creating alternatives for execlineb script spawning: * s6-log: '?' directive (done in the previous commit) * s6-notifyoncheck: require hardcoding the check in ./data/check * s6-ipcserver-access: no support for exec files, add a warning - Updating the relevant parts of the doc --enable-execline will remain the default, and whiners can choke on their tears.
* Always execute execline scripts with -PLaurent Bercot2019-12-201-1/+1
|
* Revert -I, but add uid/self and gid/self to uidgid accessrules checkingLaurent Bercot2019-02-041-5/+2
|
* Add -I option to s6-ipcserver-accessLaurent Bercot2019-02-041-8/+11
|
* Switch to xpathexec_*Laurent Bercot2017-08-281-5/+2
|
* s6-ipcserver-access: make -E properly remove IPCCONNNUMLaurent Bercot2017-06-171-0/+2
|
* Fix a few omissions in the adaptationLaurent Bercot2017-03-121-2/+2
|
* Adapt to skalibs-2.5.0.0Laurent Bercot2017-03-121-21/+16
|
* Types fix, first passLaurent Bercot2017-01-121-14/+21
|
* Move Unix domain utilities and access control utilites,Laurent Bercot2015-01-151-0/+211
as well as the accessrules library, from s6-networking to here