Skip to content

Commit

Permalink
Fix rpmlint warning: non-standard-executable-perm/setuid-binary
Browse files Browse the repository at this point in the history
  • Loading branch information
bayucan committed Nov 16, 2018
1 parent c040ac2 commit 374dd7a
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 9 deletions.
6 changes: 5 additions & 1 deletion pbspro-rpmlintrc
@@ -1,4 +1,8 @@

# IGNORE: The following are purposely suppressed.
addFilter("non-standard-executable-perm .*pbs_iff")
addFilter("setuid-binary .*pbs_iff")
addFilter("non-standard-executable-perm .*pbs_rcp")
addFilter("setuid-binary .*pbs_rcp")
# FIXME: The following errors need to be addressed rather than ignored
addFilter('permissions-file-setuid-bit')
setBadness('permissions-file-setuid-bit', 0)
Expand Down
4 changes: 0 additions & 4 deletions pbspro.spec
Expand Up @@ -80,11 +80,7 @@ Name: %{pbs_name}
Version: %{pbs_version}
Release: %{pbs_release}
Source0: %{pbs_dist}
%if 0%{?opensuse_bs}
%if %{defined suse_version}
Source1: %{name}-rpmlintrc
%endif
%endif
Summary: PBS Professional
License: AGPLv3 with exceptions
URL: http://www.pbspro.org
Expand Down
4 changes: 0 additions & 4 deletions pbspro.spec.in
Expand Up @@ -80,11 +80,7 @@ Name: %{pbs_name}
Version: %{pbs_version}
Release: %{pbs_release}
Source0: %{pbs_dist}
%if 0%{?opensuse_bs}
%if %{defined suse_version}
Source1: %{name}-rpmlintrc
%endif
%endif
Summary: PBS Professional
License: AGPLv3 with exceptions
URL: http://www.pbspro.org
Expand Down
Empty file modified src/lib/Libcmds/get_dataservice_usr.c 100755 → 100644
Empty file.
Empty file modified src/lib/Libdis/discull_.c 100755 → 100644
Empty file.
Empty file modified src/lib/Libdis/disrsll_.c 100755 → 100644
Empty file.
Empty file modified src/lib/Libdis/disrull.c 100755 → 100644
Empty file.
Empty file modified src/lib/Libdis/diswull.c 100755 → 100644
Empty file.
Empty file modified src/tools/pbs_sleep.c 100755 → 100644
Empty file.
Empty file modified src/tools/tracejob.c 100755 → 100644
Empty file.

0 comments on commit 374dd7a

Please sign in to comment.