Skip to content

Commit

Permalink
Customize build.conf for Arch Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
fishilico committed Oct 8, 2023
1 parent c6e84e7 commit 015826e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ TYPE = standard
# If set, this will be used as the policy
# name. Otherwise the policy type will be
# used for the name.
NAME = refpolicy
NAME = refpolicy-arch

# Distribution
# Some distributions have portions of policy
Expand All @@ -27,7 +27,7 @@ NAME = refpolicy
# for the distribution.
# redhat, gentoo, debian, suse, and rhel4 are current options.
# Fedora users should enable redhat.
#DISTRO = redhat
DISTRO = arch

# Unknown Permissions Handling
# The behavior for handling permissions defined in the
Expand All @@ -46,15 +46,15 @@ DIRECT_INITRC = n

# Systemd
# Setting this will configure systemd as the init system.
SYSTEMD = n
SYSTEMD = y

# Build monolithic policy. Putting y here
# will build a monolithic policy.
MONOLITHIC = n

# User-based access control (UBAC)
# Enable UBAC for role separations.
UBAC = y
UBAC = n

# Custom build options. This field enables custom
# build options. Putting foo here will enable
Expand Down

0 comments on commit 015826e

Please sign in to comment.