https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245314
Bug ID: 245314
Summary: /usr/bin/logger: cannot write to unix socket or
network socket to log since r358919
Product: Base System
Version: CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: bin
Assignee: [email protected]
Reporter: [email protected]
> logger -h /var/run/log miaow
logger: sendto: Not permitted in capability mode
> logger -h 100.64.0.0 miaow
logger: sendto: Not permitted in capability mode
this was committed in r358919 after https://reviews.freebsd.org/D23744
Reading logger.c we open socksetup/4 before entering capsicum so I guess we are
missing the CAP_SEND or CAP_WRITE somewhere, but I didn't find that in
cap_syslog.* - where is that done?
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"