|
|
Subscribe / Log in / New account

File paths?

File paths?

Posted Jun 3, 2018 5:16 UTC (Sun) by Cyberax (✭ supporter ✭, #52523)
In reply to: File paths? by dezgeg
Parent article: Deferring seccomp decisions to user space

Still, a special case for automatic transmission of string arguments might make sense. open/stat calls are probably 90% of security-related calls and special-casing their arguments might give a sizable performance benefit.


to post comments

File paths?

Posted Jun 3, 2018 13:21 UTC (Sun) by jhoblitt (subscriber, #77733) [Link]

I wonder if anyone has gathered statics on syscall distribution for various types of workload?

I suspect that `statfs()` and `access()` are also frequent syscalls with string params. File distribution programs, such as HTTP servers, can produce a fairly extreme number of `access()` calls.


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds