]> git.ipfire.org Git - people/stevee/selinux-policy.git/commitdiff
Correct systemd_login_read_pid_files interface
authorMiroslav Grepl <mgrepl@redhat.com>
Tue, 19 Jul 2011 17:23:30 +0000 (17:23 +0000)
committerMiroslav Grepl <mgrepl@redhat.com>
Tue, 19 Jul 2011 17:23:30 +0000 (17:23 +0000)
policy/modules/system/systemd.if

index 94c26639674c321b192c0ceeb6b5bdd31804544f..16371dfc0ad6c6c9184a069052f93f5254453a1f 100644 (file)
@@ -120,11 +120,11 @@ interface(`systemd_dontaudit_read_unit_files',`
 #
 interface(`systemd_login_read_pid_files',`
        gen_require(`
-               type systemd_login_var_run_t;
+               type systemd_logind_var_run_t;
        ')
 
        files_search_pids($1)
-       read_files_pattern($1, systemd_login_var_run_t, systemd_login_var_run_t)
+       read_files_pattern($1, systemd_logind_var_run_t, systemd_logind_var_run_t)
 ')
 
 ######################################