summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
12 daysselinux-refpolicy-git: work around make installing files in buildNicolas Iooss
It seems `make` now tries to install files in /etc: support/undivert.m4 config/appconfig-standard/xdm_default_contexts > tmp/appconfig/xdm_default_contexts 2024-12-14T15:43:27.8967495Z install: cannot create directory ‘/etc/selinux/refpolicy-git’: Permission denied 2024-12-14T15:43:27.8974570Z make: *** [Makefile:563: /etc/selinux/refpolicy-git/contexts/files/file_contexts.subs_dist] Error 1 2024-12-14T15:43:27.8975414Z make: *** Waiting for unfinished jobs.... Move `make` to `package` and define `DESTDIR` to work around this issue. Also add `all` to `make` to prevent from unexpectedly defaulting to `make install`, even though this should never occur.
2021-10-12selinux-refpolicy-git: move configuration step into build()Nicolas Iooss
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().
2021-02-21selinux-refpolicy-git RELEASE_2_20210203.r23.g1167739da188-1 updateNicolas Iooss
2020-08-29Remove linux-selinux package and all references to ittqre
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
2019-02-03selinux-refpolicy-git RELEASE_2_20190201.r0.g10e0106e825b-1 updateNicolas Iooss
2018-08-19selinux-refpolicy-git RELEASE_2_20180701.r14.g3899825c1cde-1 updateNicolas Iooss
2018-05-26selinux-refpolicy-git RELEASE_2_20180114.r30.g6b0abaf88089-1 updateNicolas Iooss
2017-12-15selinux-refpolicy-git RELEASE_2_20170805.r150.g94f1a1b3f30f-1 updateNicolas Iooss
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.
2017-08-11selinux-refpolicy-git RELEASE_2_20170805.r8.g0ba1970b7cd4-1 updateNicolas Iooss
2017-08-01Create selinux-refpolicy-git packageNicolas Iooss