| Summary: | Attempts to execute programs from a noexec filesystem should be logged | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | borjam <borjam> | ||||
| Component: | kern | Assignee: | freebsd-bugs (Nobody) <bugs> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | 3.3-RELEASE | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
borjam
1999-12-12 10:30:01 UTC
State Changed From-To: open->closed While such logging might be useful in certain environments, it is not something that would be committed in this form. There are numerous other permission checks in virtually all system calls that might potentially be useful for security monitoring but we can't send syslog messages for every one. Maybe a better solution would be to use some kernel-wide syscall logging with filtering as necessary. |