Age | Commit message (Collapse) | Author |
|
https://wiki.archlinux.org/title/creating_packages describes that
prepare() is used to prepare the source. Running actions similar to
"./configure" (here it is "make conf") should happen in build().
|
|
|
|
Two mentions remain, as I'm not using vagrant myself, the if clauses can
probably be dropped, but I have no (easy and fast) means to test it.
./_vagrant/step1_install_and_configure.sh:88: # If using the deprecated linux-selinux kernel, replace the entries
./_vagrant/step1_install_and_configure.sh:89: if grep 'LINUX \.\./vmlinuz-linux-selinux' /boot/syslinux/syslinux.cfg > /dev/null
|
|
|
|
|
|
|
|
The reference policy added support of the map permission, introduced in
recent kernels. Update the package release to signal users to update.
While at it, sync PKGBUILD and install scripts with
selinux-refpolicy-arch package.
|
|
|
|
|