Indentation/whitespace fix for one authlogin interface.
Signed-off-by: Guido Trentalancia <[email protected]>
---
policy/modules/system/authlogin.if | 6 +++---
--- a/policy/modules/system/authlogin.if 2016-08-14 21:24:48.953382119 +0200
+++ b/policy/modules/system/authlogin.if 2016-12-15 00:58:33.554837580 +0100
@@ -1817,9 +1817,9 @@ interface(`auth_relabel_login_records',`
## <infoflow type="both" weight="10"/>
#
interface(`auth_use_nsswitch',`
- gen_require(`
- attribute nsswitch_domain;
- ')
+ gen_require(`
+ attribute nsswitch_domain;
+ ')
typeattribute $1 nsswitch_domain;
')
On 12/14/16 19:01, Guido Trentalancia via refpolicy wrote:
> Indentation/whitespace fix for one authlogin interface.
>
> Signed-off-by: Guido Trentalancia <[email protected]>
> ---
> policy/modules/system/authlogin.if | 6 +++---
>
> --- a/policy/modules/system/authlogin.if 2016-08-14 21:24:48.953382119 +0200
> +++ b/policy/modules/system/authlogin.if 2016-12-15 00:58:33.554837580 +0100
> @@ -1817,9 +1817,9 @@ interface(`auth_relabel_login_records',`
> ## <infoflow type="both" weight="10"/>
> #
> interface(`auth_use_nsswitch',`
> - gen_require(`
> - attribute nsswitch_domain;
> - ')
> + gen_require(`
> + attribute nsswitch_domain;
> + ')
>
> typeattribute $1 nsswitch_domain;
> ')
Merged.
--
Chris PeBenito