Skip to content

Commit

Permalink
Merge pull request SELinuxProject#830 from cgzones/misc2
Browse files Browse the repository at this point in the history
Misc update no2
  • Loading branch information
pebenito authored Nov 6, 2024
2 parents c6f07fd + 546655b commit 7718b32
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
6 changes: 4 additions & 2 deletions Rules.modular
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,11 @@ vpath %.fc $(all_layers)
#
# default action: create all module packages
#
default: policy
default: all

all policy: base modules
all: policy $(builtappfiles)

policy: base modules

base: $(base_pkg)

Expand Down
4 changes: 3 additions & 1 deletion Rules.monolithic
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ vpath %.fc $(all_layers)
#
# default action: build policy locally
#
default: policy
default: all

all: policy $(builtappfiles)

policy: $(polver)

Expand Down
4 changes: 4 additions & 0 deletions policy/modules/system/systemd.te
Original file line number Diff line number Diff line change
Expand Up @@ -1850,6 +1850,10 @@ systemd_log_parse_environment(systemd_sysusers_t)

systemd_stream_connect_nsresourced(systemd_sysusers_t)

# package upgrade
userdom_use_all_users_fds(systemd_sysusers_t)
userdom_use_inherited_user_terminals(systemd_sysusers_t)

#########################################
#
# Tmpfiles local policy
Expand Down

0 comments on commit 7718b32

Please sign in to comment.