Searched refs:newlimits (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/lib/libcasper/services/cap_grp/
H A Dcap_grp.c465 grp_allowed_cmds(const nvlist_t *oldlimits, const nvlist_t *newlimits) argument
472 while ((name = nvlist_next(newlimits, &type, &cookie)) != NULL) {
524 grp_allowed_groups(const nvlist_t *oldlimits, const nvlist_t *newlimits) argument
532 while ((name = nvlist_next(newlimits, &type, &cookie)) != NULL) {
535 gid = (gid_t)nvlist_get_number(newlimits, name);
540 gname = nvlist_get_string(newlimits, name);
570 grp_allowed_fields(const nvlist_t *oldlimits, const nvlist_t *newlimits) argument
577 while ((name = nvlist_next(newlimits, &type, &cookie)) != NULL) {
724 grp_limit(const nvlist_t *oldlimits, const nvlist_t *newlimits) argument
732 !nvlist_exists_nvlist(newlimits, "cmd
[all...]
/freebsd-12-stable/lib/libcasper/services/cap_pwd/
H A Dcap_pwd.c420 pwd_allowed_cmds(const nvlist_t *oldlimits, const nvlist_t *newlimits) argument
427 while ((name = nvlist_next(newlimits, &type, &cookie)) != NULL) {
479 pwd_allowed_users(const nvlist_t *oldlimits, const nvlist_t *newlimits) argument
487 while ((name = nvlist_next(newlimits, &type, &cookie)) != NULL) {
490 uid = (uid_t)nvlist_get_number(newlimits, name);
495 uname = nvlist_get_string(newlimits, name);
525 pwd_allowed_fields(const nvlist_t *oldlimits, const nvlist_t *newlimits) argument
532 while ((name = nvlist_next(newlimits, &type, &cookie)) != NULL) {
718 pwd_limit(const nvlist_t *oldlimits, const nvlist_t *newlimits) argument
726 !nvlist_exists_nvlist(newlimits, "cmd
[all...]
/freebsd-12-stable/usr.sbin/rtsold/
H A Dcap_script.c210 script_limit(const nvlist_t *oldlimits, const nvlist_t *newlimits) argument
223 while ((name = nvlist_next(newlimits, &nvtype, &cookie)) != NULL) {
/freebsd-12-stable/lib/libcasper/services/cap_sysctl/
H A Dcap_sysctl.c201 sysctl_limit(const nvlist_t *oldlimits, const nvlist_t *newlimits) argument
209 while ((name = nvlist_next(newlimits, &type, &cookie)) != NULL) {
212 operation = nvlist_get_number(newlimits, name);
/freebsd-12-stable/lib/libcasper/libcasper/
H A Dlibcasper_service.c123 casper_limit(const nvlist_t *oldlimits, const nvlist_t *newlimits) argument
130 while ((name = nvlist_next(newlimits, &type, &cookie)) != NULL) {
/freebsd-12-stable/lib/libcasper/services/cap_dns/
H A Dcap_dns.c691 dns_limit(const nvlist_t *oldlimits, const nvlist_t *newlimits) argument
702 while ((name = nvlist_next(newlimits, &nvtype, &cookie)) != NULL) {
708 type = nvlist_get_string(newlimits, name);
723 family = (int)nvlist_get_number(newlimits, name);

Completed in 60 milliseconds