Package: RAppArmor 3.2.5
RAppArmor: Bindings to AppArmor and Security Related Linux Tools
Bindings to kernel methods for enforcing security restrictions. AppArmor can apply mandatory access control (MAC) policies on a given task (process) via security profiles with detailed ACL definitions. In addition this package implements bindings for setting process resource limits (rlimit), uid, gid, affinity and priority. The high level R function 'eval.secure' builds on these methods to perform dynamic sandboxing: it evaluates a single R expression within a temporary fork which acts as a sandbox by enforcing fine grained restrictions without affecting the main R process. A portable version of this function is now available in the 'unix' package.
Authors:
RAppArmor_3.2.5.tar.gz
RAppArmor_3.2.5.tgz(r-4.4-x86_64)RAppArmor_3.2.5.tgz(r-4.4-arm64)RAppArmor_3.2.5.tgz(r-4.3-x86_64)RAppArmor_3.2.5.tgz(r-4.3-arm64)
RAppArmor_3.2.5.tar.gz(r-4.5-noble)RAppArmor_3.2.5.tar.gz(r-4.4-noble)
RAppArmor.pdf |RAppArmor.html✨
RAppArmor/json (API)
NEWS
# Install 'RAppArmor' in R: |
install.packages('RAppArmor', repos = c('https://jeroen.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/jeroen/rapparmor/issues
Last updated 2 months agofrom:8897e9f2d8. Checks:OK: 6. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 02 2024 |
R-4.5-linux-x86_64 | OK | Nov 02 2024 |
R-4.4-mac-x86_64 | OK | Nov 02 2024 |
R-4.4-mac-aarch64 | OK | Nov 02 2024 |
R-4.3-mac-x86_64 | OK | Nov 02 2024 |
R-4.3-mac-aarch64 | OK | Nov 02 2024 |
Exports:aa_change_hataa_change_profileaa_find_mountpointaa_getconaa_is_compiledaa_is_enabledaa_revert_hateval.securegetaffinitygetaffinity_counthas_affinityncoressetaffinityunittests
Dependencies:unix
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Process Affinity | affinity getaffinity getaffinity_count has_affinity ncores setaffinity |
Change hats | aa_change_hat aa_change_profile aa_find_mountpoint aa_getcon aa_is_compiled aa_is_enabled aa_revert_hat apparmor |
eval.secure | eval.secure |
RAppArmor unit tests | unittests |