Skip to content

Commit

Permalink
Fix default and dist config files
Browse files Browse the repository at this point in the history
- add gnome_remote_desktop to targeted modules.conf
- use symlinks to dist/targeted for default users
- drop policy/modules.conf - it's generated by `make conf`
- fix typo in users files
  • Loading branch information
bachradsusi committed Sep 20, 2024
1 parent 00e4e24 commit 7af3595
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3,200 deletions.
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
1 change: 1 addition & 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
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

0 comments on commit 7af3595

Please sign in to comment.