소스 검색

portage_additional: allow self ptrace

Helmut Pozimski 3 년 전
부모
커밋
b5dd367cbb
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      portage_additional.te

+ 2 - 2
portage_additional.te

@@ -1,4 +1,4 @@
-policy_module(portage_additional, 0.0.9)
+policy_module(portage_additional, 0.0.10)
 
 require {
   type portage_fetch_t;
@@ -22,7 +22,7 @@ allow portage_t dri_device_t:chr_file getattr;
 allow portage_t portage_fetch_t:unix_stream_socket connectto;
 
 allow portage_sandbox_t dri_device_t:chr_file getattr;
-
+allow portage_sandbox_t self:capability sys_ptrace;
 
 corenet_tcp_bind_generic_node(portage_fetch_t)
 files_list_boot(portage_fetch_t)