diff options
author | Chris PeBenito <pebenito@ieee.org> | 2020-06-27 17:11:48 -0400 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2020-08-09 19:58:46 -0700 |
commit | 23058b1987420f319b7cefe1e3c5d1cde9a6ffda (patch) | |
tree | 745f78ee1cc83ff0e78f49274f5f521113b0f78c /policy/modules/services/vdagent.if | |
parent | Rename "pid" interfaces to "runtime" interfaces. (diff) | |
download | hardened-refpolicy-23058b1987420f319b7cefe1e3c5d1cde9a6ffda.tar.gz hardened-refpolicy-23058b1987420f319b7cefe1e3c5d1cde9a6ffda.tar.bz2 hardened-refpolicy-23058b1987420f319b7cefe1e3c5d1cde9a6ffda.zip |
Update callers for "pid" to "runtime" interface rename.
Signed-off-by: Chris PeBenito <pebenito@ieee.org>
Signed-off-by: Jason Zaman <perfinion@gentoo.org>
Diffstat (limited to 'policy/modules/services/vdagent.if')
-rw-r--r-- | policy/modules/services/vdagent.if | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/policy/modules/services/vdagent.if b/policy/modules/services/vdagent.if index 5fbd0932..d3189432 100644 --- a/policy/modules/services/vdagent.if +++ b/policy/modules/services/vdagent.if @@ -86,7 +86,7 @@ interface(`vdagent_stream_connect',` type vdagent_runtime_t, vdagent_t; ') - files_search_pids($1) + files_search_runtime($1) stream_connect_pattern($1, vdagent_runtime_t, vdagent_runtime_t, vdagent_t) ') @@ -121,6 +121,6 @@ interface(`vdagent_admin',` logging_search_logs($1) admin_pattern($1, vdagent_log_t) - files_search_pids($1) + files_search_runtime($1) admin_pattern($1, vdagent_runtime_t) ') |