首页> 外文会议>International Symposium on Multidisciplinary Studies and Innovative Technologies >Draco: Architectural and Operating System Support for System Call Security
【24h】

Draco: Architectural and Operating System Support for System Call Security

机译:Draco:体系结构和操作系统对系统调用安全性的支持

获取原文

摘要

System call checking is extensively used to protect the operating system kernel from user attacks. However, existing solutions such as Seccomp execute lengthy rule-based checking programs against system calls and their arguments, leading to substantial execution overhead.To minimize checking overhead, this paper proposes Draco, a new architecture that caches system call IDs and argument values after they have been checked and validated. System calls are first looked-up in a special cache and, on a hit, skip all checks. We present both a software and a hardware implementation of Draco. The latter introduces a System Call Lookaside Buffer (SLB) to keep recently-validated system calls, and a System Call Target Buffer to preload the SLB in advance. In our evaluation, we find that the average execution time of macro and micro benchmarks with conventional Seccomp checking is 1.14× and 1.25× higher, respectively, than on an insecure baseline that performs no security checks. With our software Draco, the average execution time reduces to 1.10× and 1.18× higher, respectively, than on the insecure baseline. With our hardware Draco, the execution time is within 1% of the insecure baseline.
机译:系统调用检查广泛用于保护操作系统内核免受用户攻击。但是,SECCOMP等现有解决方案执行冗长的基于规则的检查程序,以防止系统调用及其参数,导致实质性执行开销。为了最小化检查开销,本文提出了DRACO,这是一种新的架构,即缓存系统调用ID和参数值后的新架构已被检查并验证。系统调用首先在特殊缓存中查找,并在命中时,跳过所有检查。我们介绍了DRACO的软件和硬件实现。后者介绍了一个系统调用Lookaside缓冲区(SLB)以保持最近验证的系统调用,以及系统调用目标缓冲器预先将SLB预加载。在我们的评估中,我们发现,宏观和微基准的平均执行时间分别与不安全的基准分别为1.14×和1.25倍,而不是执行安全检查的不安全基线。通过我们的软件DRACO,平均执行时间分别降低至1.10×和1.18倍,而不是不安全的基线。使用我们的硬件Draco,执行时间位于不安全基准的1%之内。

著录项

相似文献

  • 外文文献
  • 中文文献
  • 专利
获取原文

客服邮箱:kefu@zhangqiaokeyan.com

京公网安备:11010802029741号 ICP备案号:京ICP备15016152号-6 六维联合信息科技 (北京) 有限公司©版权所有
  • 客服微信

  • 服务号