Wow, that was fast!. Thank you @Stebalien.
Search Criteria
Package Details: tomoyo-tools 2.6.1.20210910-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/tomoyo-tools.git (read-only, click to copy) |
---|---|
Package Base: | tomoyo-tools |
Description: | TOMOYO Linux 2.6.x userspace tools for Linux kernel 5.1 and later |
Upstream URL: | https://tomoyo.osdn.jp |
Licenses: | GPL |
Submitter: | sergej |
Maintainer: | None |
Last Packager: | dysphoria |
Votes: | 16 |
Popularity: | 0.000001 |
First Submitted: | 2014-04-07 10:14 (UTC) |
Last Updated: | 2021-09-14 23:20 (UTC) |
Dependencies (2)
- ncurses (ncurses-gitAUR)
- linux (optional) – TOMOYO Linux enabled kernel
Required by (1)
Sources (4)
Latest Comments
« First ‹ Previous 1 2
helq commented on 2014-08-16 19:33 (UTC)
Stebalien commented on 2014-08-16 18:16 (UTC)
@helq, Done
helq commented on 2014-08-16 16:46 (UTC)
Hi Stebalien,
can you please add the `tomoyo-auditd.service' as says in https://wiki.archlinux.org/index.php/TOMOYO_Linux#Log_daemon ?
You just need to add the `tomoyo-auditd.service' to the tarball, and the next lines to the PKGBUILD:
mkdir -p "${pkgdir}/lib/systemd/system/"
install -m644 "${srcdir}/tomoyo-auditd.service" "${pkgdir}/lib/systemd/system/"
Thank you.
Stebalien commented on 2014-04-10 18:12 (UTC)
As of 3.14, the default kernel does not enable tomoyo support. Therefore this package now depends on linux-tomoyo.
You might notice that the linux-tomoyo package doesn't exist. If you compile your own kernel, I recommend adding 'linux-tomoyo' to the provides array. If someone wants to upload (and maintain) a linux-tomoyo package, feel free. I included this dependency for visibility (otherwise, users might update to linux 3.14 without realizing that they will need to install a custom kernel).
Pinned Comments
dysphoria commented on 2019-05-06 04:52 (UTC)
Since the new tomoyo-tools 2.6 branch lists that only kernel 5.1 and later is supported, I've added tomoyo-tools-25 as a replacement for pre 5.1 kernels (such as the LTS).
This package will updated to the 2.6 branch once kernel 5.1 drops. Users are advised to update the kernel and tomoyo-tools simultaneously, otherwise your system may be rendered unbootable.
(The conflicts with kernels >=5.1 are there to prevent any accidental updates that may break your system. They'll be removed at a later date.)