Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix defautlt and dist config files #2352

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
- run: dnf install --nogpgcheck -y git-core checkpolicy policycoreutils-devel make m4 findutils
- run: git clone --depth=1 https://github.com/containers/container-selinux.git /tmp/container-selinux
- run: cp /tmp/container-selinux/container.* policy/modules/contrib
- run: cp dist/targeted/modules.conf policy
- run: make -j $(nproc) policy
- run: make -j $(nproc) validate
- run: make -j $(nproc) container.pp
2 changes: 1 addition & 1 deletion dist/mls/modules.conf
Original file line number Diff line number Diff line change
Expand Up @@ -1356,7 +1356,7 @@ portreserve = module
#
postfix = module

o# Layer: services
# Layer: services
# Module: postgrey
#
# email scanner
Expand Down
2 changes: 1 addition & 1 deletion dist/mls/users
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
# gen_user(username, prefix, role_set, mls_defaultlevel, mls_range, [mcs_catetories])
#
# Note: Identities without a prefix wil not be listed
# Note: Identities without a prefix will not be listed
# in the users_extra file used by genhomedircon.

#
Expand Down
8 changes: 8 additions & 0 deletions dist/targeted/modules.conf
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@ udev = module
# The unconfined domain.
#
unconfined = module

# Layer: services
# Module: abrt
#
Expand Down Expand Up @@ -1085,6 +1086,13 @@ glusterd = module
#
gnome = module

# Layer: apps
# Module: gnome_remote_desktop
#
# gnome-remote-desktop
#
gnome_remote_desktop = module

# Layer: apps
# Module: gpg
#
Expand Down
2 changes: 1 addition & 1 deletion dist/targeted/users
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
# gen_user(username, prefix, role_set, mls_defaultlevel, mls_range, [mcs_catetories])
#
# Note: Identities without a prefix wil not be listed
# Note: Identities without a prefix will not be listed
# in the users_extra file used by genhomedircon.

#
Expand Down
Loading