ソースを参照

owncloud: use correct macro for tmp files

Helmut Pozimski 4 年 前
コミット
1d09ba8e40
1 ファイル変更2 行追加2 行削除
  1. 2 2
      owncloud.te

+ 2 - 2
owncloud.te

@@ -1,4 +1,4 @@
-policy_module(owncloud, 0.0.4)
+policy_module(owncloud, 0.0.5)
 
 require {
   type httpd_sys_content_t;
@@ -43,7 +43,7 @@ sysnet_read_config(owncloud_t)
 
 allow owncloud_t etc_t:file map;
 
-files_manage_generic_tmp_dirs(owncloud_t)
+files_manage_generic_tmp_files(owncloud_t)
 
 optional_policy(`
         cron_system_entry(owncloud_t, owncloud_exec_t)