diff --git a/Makefile.am b/Makefile.am index c640aaca56..01a06f7997 100644 --- a/Makefile.am +++ b/Makefile.am @@ -125,7 +125,7 @@ check-unit: $(MAKE) -C tests/ check NOSE_EVAL_ATTR="type=='unit'" .PHONY: lint -lint: gitignore reuse execcmd black flake8 pylint +lint: gitignore execcmd black flake8 pylint .PHONY: venv venv: diff --git a/static/etc/sudoers.d/50_vdsm.in b/static/etc/sudoers.d/50_vdsm.in index 91f732d27a..71980ce051 100644 --- a/static/etc/sudoers.d/50_vdsm.in +++ b/static/etc/sudoers.d/50_vdsm.in @@ -1,6 +1,3 @@ -# SPDX-FileCopyrightText: Red Hat, Inc. -# SPDX-License-Identifier: GPL-2.0-or-later - Cmnd_Alias VDSM_STORAGE = \ @FSCK_PATH@ -p *, \ @TUNE2FS_PATH@ -j *, \ diff --git a/static/usr/share/vdsm/autounattend/Autounattend.xml.in b/static/usr/share/vdsm/autounattend/Autounattend.xml.in index 3cf036c61a..b207ec97a9 100644 --- a/static/usr/share/vdsm/autounattend/Autounattend.xml.in +++ b/static/usr/share/vdsm/autounattend/Autounattend.xml.in @@ -1,8 +1,3 @@ - - diff --git a/vdsm_hooks/extra_ipv4_addrs/sudoers b/vdsm_hooks/extra_ipv4_addrs/sudoers index b621d22a3e..f996069180 100644 --- a/vdsm_hooks/extra_ipv4_addrs/sudoers +++ b/vdsm_hooks/extra_ipv4_addrs/sudoers @@ -1,4 +1 @@ -# SPDX-FileCopyrightText: Red Hat, Inc. -# SPDX-License-Identifier: GPL-2.0-or-later - vdsm ALL=(ALL) NOPASSWD: /usr/sbin/ip, /sbin/ip, /usr/bin/ip diff --git a/vdsm_hooks/localdisk/sudoers.vdsm_hook_localdisk b/vdsm_hooks/localdisk/sudoers.vdsm_hook_localdisk index b3892fd5db..88f8696e50 100644 --- a/vdsm_hooks/localdisk/sudoers.vdsm_hook_localdisk +++ b/vdsm_hooks/localdisk/sudoers.vdsm_hook_localdisk @@ -1,6 +1,3 @@ -# SPDX-FileCopyrightText: Red Hat, Inc. -# SPDX-License-Identifier: GPL-2.0-or-later - vdsm ALL=(ALL) NOPASSWD: /usr/libexec/vdsm/localdisk-helper Defaults:vdsm !requiretty Defaults:vdsm !syslog diff --git a/vdsm_hooks/openstacknet/sudoers.in b/vdsm_hooks/openstacknet/sudoers.in index 916f2979f1..99d42927cd 100644 --- a/vdsm_hooks/openstacknet/sudoers.in +++ b/vdsm_hooks/openstacknet/sudoers.in @@ -1,5 +1,2 @@ -# SPDX-FileCopyrightText: Red Hat, Inc. -# SPDX-License-Identifier: GPL-2.0-or-later - vdsm ALL=(ALL) NOPASSWD: /usr/sbin/ip link set * nomaster vdsm ALL=(ALL) NOPASSWD: /usr/bin/ovs-vsctl diff --git a/vdsm_hooks/vhostmd/sudoers.vdsm_hook_vhostmd b/vdsm_hooks/vhostmd/sudoers.vdsm_hook_vhostmd index db52d61a1f..ea34057d1c 100644 --- a/vdsm_hooks/vhostmd/sudoers.vdsm_hook_vhostmd +++ b/vdsm_hooks/vhostmd/sudoers.vdsm_hook_vhostmd @@ -1,4 +1 @@ -# SPDX-FileCopyrightText: Red Hat, Inc. -# SPDX-License-Identifier: GPL-2.0-or-later - vdsm ALL=(ALL) NOPASSWD: /sbin/service vhostmd *