diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-03-19 22:27:55 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-03-19 22:27:55 +0000 |
commit | ed9214cdb144d2438efaf87f0ca533f725621e0e (patch) | |
tree | c591e6c841386e8bccc8db1d3d5e12a0c421e0ce /sysutils/lsof/files/patch-aa | |
parent | p5-XML-Bare is a minimal XML parser, schema checker and pretty-printer (diff) |
The lsof port has a patch that turns HASSECURITY on. However, thanks to the
security.bsd.see_other_uids sysctl feature, a lsof binary that was built
without HASSECURITY does not report any additional information
whensecurity.bsd.see_other_uids is set to 0.
It would be nice to get rid of this since enabling HASSECURITY has the nasty
side effect that non-root users cannot use lsof to look at processes other than
their own even if they a member of group kmem.
PR: ports/132557
Submitted by: Craig Leres <leres@ee.lbl.gov>
Approved by: maintainer, so (cperciva)
Notes
Notes:
svn path=/head/; revision=230450
Diffstat (limited to 'sysutils/lsof/files/patch-aa')
-rw-r--r-- | sysutils/lsof/files/patch-aa | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sysutils/lsof/files/patch-aa b/sysutils/lsof/files/patch-aa deleted file mode 100644 index 35522688c2c7..000000000000 --- a/sysutils/lsof/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- dialects/freebsd/machine.h.orig Fri Jan 17 23:15:41 1997 -+++ dialects/freebsd/machine.h Tue Feb 4 17:23:58 1997 -@@ -291,7 +291,7 @@ - * (the one that its user logged on with) of the lsof process. - */ - --/* #define HASSECURITY 1 */ -+#define HASSECURITY 1 - - - /* |