Author: emaste Date: Mon Sep 17 18:36:29 2018 New Revision: 338726 URL: https://svnweb.freebsd.org/changeset/base/338726
Log: MFC r335900 (oshogbo): capsicum: add getdirentries to the freebsd32 compact There is a getdirentries syscall in freebsd32 and it's capability ready so allow calling it in the capability mode. PR: 228671 Modified: stable/11/sys/compat/freebsd32/capabilities.conf Directory Properties: stable/11/ (props changed) Modified: stable/11/sys/compat/freebsd32/capabilities.conf ============================================================================== --- stable/11/sys/compat/freebsd32/capabilities.conf Mon Sep 17 17:18:54 2018 (r338725) +++ stable/11/sys/compat/freebsd32/capabilities.conf Mon Sep 17 18:36:29 2018 (r338726) @@ -112,6 +112,7 @@ getauid freebsd32_getcontext getdents freebsd32_getdirentries +getdirentries getdomainname getdtablesize getegid _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
