commit: d24f33d87d25b3022b46807b9a94d80883eeb67e Author: James Carter <jwcart2 <AT> tycho <DOT> nsa <DOT> gov> AuthorDate: Wed Apr 11 18:56:33 2018 +0000 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org> CommitDate: Sun Apr 22 11:53:03 2018 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=d24f33d8
Add unused parameter and mark as unused Added unused parameters and marked them as unused in the interfaces listed below. setroubleshoot.if:setroubleshoot_admin() tftp.if:tftp_admin() Signed-off-by: James Carter <jwcart2 <AT> tycho.nsa.gov> policy/modules/contrib/setroubleshoot.if | 5 +++++ policy/modules/contrib/tftp.if | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/policy/modules/contrib/setroubleshoot.if b/policy/modules/contrib/setroubleshoot.if index 800b545e..f7d788b8 100644 --- a/policy/modules/contrib/setroubleshoot.if +++ b/policy/modules/contrib/setroubleshoot.if @@ -133,6 +133,11 @@ interface(`setroubleshoot_dbus_chat_fixit',` ## Domain allowed access. ## </summary> ## </param> +## <param name="role" unused="true"> +## <summary> +## Role allowed access. +## </summary> +## </param> ## <rolecap/> # interface(`setroubleshoot_admin',` diff --git a/policy/modules/contrib/tftp.if b/policy/modules/contrib/tftp.if index 9957e300..dae82eb7 100644 --- a/policy/modules/contrib/tftp.if +++ b/policy/modules/contrib/tftp.if @@ -156,6 +156,11 @@ interface(`tftp_filetrans_tftpdir',` ## Domain allowed access. ## </summary> ## </param> +## <param name="role" unused="true"> +## <summary> +## Role allowed access. +## </summary> +## </param> ## <rolecap/> # interface(`tftp_admin',`
