Bug #896
Move some kern. sysctls to new oid security.
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | Low | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - |
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
Related todos