Skip to content

Commit bfc448e

Browse files
authored
Merge pull request #456 from pebenito/drop-module-versioning
Drop module versioning.
2 parents 60a3d5a + 5781a23 commit bfc448e

File tree

396 files changed

+401
-400
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

396 files changed

+401
-400
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,12 @@ jobs:
3636
- name: Run file context checker
3737
run: python3 -t -t -E -W error testing/check_fc_files.py
3838

39-
- name: Run SELint
40-
run: |
41-
# disable C-005 (Permissions in av rule or class declaration not ordered) for now: needs fixing
42-
# disable W-005 (Interface call from module not in optional_policy block): refpolicy does not follow this rule
43-
selint --source --recursive --summary --fail --disable C-005 --disable W-005 policy
39+
# Disable selint until it can handle a single parameter policy_module().
40+
# - name: Run SELint
41+
# run: |
42+
# # disable C-005 (Permissions in av rule or class declaration not ordered) for now: needs fixing
43+
# # disable W-005 (Interface call from module not in optional_policy block): refpolicy does not follow this rule
44+
# #selint --source --recursive --summary --fail --disable C-005 --disable W-005 policy
4445

4546
build:
4647
runs-on: ubuntu-latest

policy/modules/admin/acct.te

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
policy_module(acct, 1.9.0)
1+
policy_module(acct)
22

33
########################################
44
#

policy/modules/admin/aide.te

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
policy_module(aide, 1.9.0)
1+
policy_module(aide)
22

33
########################################
44
#

policy/modules/admin/alsa.te

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
policy_module(alsa, 1.22.0)
1+
policy_module(alsa)
22

33
########################################
44
#

policy/modules/admin/amanda.te

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
policy_module(amanda, 1.19.0)
1+
policy_module(amanda)
22

33
#######################################
44
#

policy/modules/admin/amtu.te

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
policy_module(amtu, 1.5.0)
1+
policy_module(amtu)
22

33
########################################
44
#

policy/modules/admin/anaconda.te

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
policy_module(anaconda, 1.8.0)
1+
policy_module(anaconda)
22

33
gen_require(`
44
class passwd all_passwd_perms;

policy/modules/admin/apt.te

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
policy_module(apt, 1.16.0)
1+
policy_module(apt)
22

33
########################################
44
#

policy/modules/admin/backup.te

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
policy_module(backup, 1.11.0)
1+
policy_module(backup)
22

33
########################################
44
#

policy/modules/admin/bacula.te

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
policy_module(bacula, 1.7.0)
1+
policy_module(bacula)
22

33
########################################
44
#

0 commit comments

Comments
 (0)