aboutsummaryrefslogtreecommitdiff
path: root/lib/libugidfw/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Clean up trailing whitespaceEnji Cooper2017-10-231-1/+1
| | | | | | | MFC after: 1 week Notes: svn path=/head/; revision=324929
* First pass through library packaging.Glen Barber2016-02-041-0/+1
| | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/projects/release-pkg/; revision=295278
* Set some internal helpers as static and initialize few variables to silenceMarcelo Araujo2015-06-241-1/+1
| | | | | | | | | | | | | | | CLANG WARNINGS. BUMP SHLIB_MAJOR version as the ABI potentially changed. Also run an 'exp run' to double check if any external project are using those functions. Thanks antoine@. PR: 200807 Differential Revision: D2775 Reviewed by: kib, ngie Notes: svn path=/head/; revision=284745
* Build lib/ with WARNS=6 by default.Ed Schouten2010-01-021-0/+2
| | | | | | | | | | | | Similar to libexec/, do the same with lib/. Make WARNS=6 the norm and lower it when needed. I'm setting WARNS?=0 for secure/. It seems secure/ includes the Makefile.inc provided by lib/. I'm not going to touch that directory. Most of the code there is contributed anyway. Notes: svn path=/head/; revision=201381
* Bump the version of all non-symbol-versioned shared libraries inKen Smith2009-07-191-1/+1
| | | | | | | | | | | preparation for 8.0-RELEASE. Add the previous version of those libraries to ObsoleteFiles.inc and bump __FreeBSD_Version. Reviewed by: kib Approved by: re (rwatson) Notes: svn path=/head/; revision=195767
* Bump library versions in preparation for 7.0.Daniel Eischen2007-05-211-1/+1
| | | | | | | Ok'd by: kan Notes: svn path=/head/; revision=169807
* Bump the shared library version number of all libraries that have notKen Smith2005-07-221-1/+1
| | | | | | | | | | been bumped since RELENG_5. Reviewed by: ru Approved by: re (not needed for commit check but in principle...) Notes: svn path=/head/; revision=148297
* Fix typo - link for bsde_add_rule(3) manual page was not created.Pawel Jakub Dawidek2005-03-281-1/+1
| | | | | | | MFC after: 1 week Notes: svn path=/head/; revision=144212
* Add bsde_add_rule(), which is similar to bsde_set_rule() except thatRobert Watson2004-02-251-0/+1
| | | | | | | | | | | the caller does not specify the rule number -- instead, the kernel module is probed for the next available rule, which is then used. Obtained from: TrustedBSD Project Sponsored by: DARPA, McAfee Research Notes: svn path=/head/; revision=126217
* Document the file system firewall interface library functions.Chris Costello2003-01-071-0/+8
| | | | | | | Sponsored by: DARPA, Network Associates Laboratories Notes: svn path=/head/; revision=108873
* Zap now-unused SHLIB_MINORPeter Wemm2002-09-281-1/+0
| | | | Notes: svn path=/head/; revision=104073
* De-gccize CFLAGS by removing it.Robert Watson2002-08-021-2/+0
| | | | | | | | | NOMAN is no longer required when a man page is not yet present. Submitted by: ru Notes: svn path=/head/; revision=101222
* Introduce support for Mandatory Access Control and extensibleRobert Watson2002-08-021-0/+11
kernel access control. Provide a library to manage user file system firewall-like rules supported by the mac_bsdextended.ko security model. The kernel module exports the current rule set using sysctl, and this library provides a front end that includes support for retrieving and setting rules, as well as printing and parsing them. Note: as with other userland components, this is a WIP. However, when used in combination with the soon-to-be-committed ugidfw, it can actually be quite useful in multi-user environments to allow the administrator to limit inter-user file operations without resorting to heavier weight labeled security policies. Obtained form: TrustedBSD Project Sponsored by: DARPA, NAI Labs Notes: svn path=/head/; revision=101206