Actions
Bug #896
closedMove some kern. sysctls to new oid security.
Status:
Closed
Priority:
Low
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Description
Hi,
some of our sysctls are security related, but can be found under OID
kern.*. The following patch moves some entries from kern. to security.
- kern.ps_showallprocs
- kern.ps_showallthreads
- kern.unprivileged_read_msgbuf
- kern.hardlink_check_uid
- kern.hardlink_check_gid
http://leaf.dragonflybsd.org/~matthias/sys_security_oid.diff
This is only a cosmetic change helping users to find the right sysctls
more easily. And it could help if we want to add more security related
function (eg MAC framework etc).
If nobody objects I'll commit this change in one week.
Cheers
Matthias
Updated by luxh almost 17 years ago
Actions