Other packages > Find by keyword >

RAppArmor  

Bindings to AppArmor and Security Related Linux Tools
View on CRAN: Click here


Download and install RAppArmor package within the R console
Install from CRAN:
install.packages("RAppArmor")

Install from Github:
library("remotes")
install_github("cran/RAppArmor")

Install by package version:
library("remotes")
install_version("RAppArmor", "3.2.5")



Attach the package and use:
library("RAppArmor")
Maintained by
Jeroen Ooms
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2012-07-28
Latest Update: 2023-12-04
Description:
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.
How to cite:
Jeroen Ooms (2012). RAppArmor: Bindings to AppArmor and Security Related Linux Tools. R package version 3.2.5, https://cran.r-project.org/web/packages/RAppArmor. Accessed 21 Nov. 2024.
Previous versions and publish date:
0.5.0 (2012-07-28 21:46), 0.6.0 (2012-09-26 09:43), 0.8.0 (2012-10-28 13:14), 0.8.1 (2013-01-08 08:27), 0.8.3 (2013-04-02 18:27), 1.0.0 (2013-11-03 20:53), 1.0.1 (2013-12-18 09:30), 2.0.1 (2016-03-11 10:27), 2.0.2 (2016-05-17 21:34), 2.0 (2016-03-09 09:13), 3.0 (2019-02-26 22:10), 3.1 (2019-03-05 14:20), 3.2.1 (2020-01-31 14:10), 3.2.2 (2020-12-11 11:20), 3.2.3 (2022-10-18 15:47), 3.2.4 (2023-12-04 22:50), 3.2 (2019-03-16 20:53)
Other packages that cited RAppArmor R package
View RAppArmor citation profile
Other R packages that RAppArmor depends, imports, suggests or enhances
Complete documentation for RAppArmor
Functions, R codes and Examples using the RAppArmor R package
Some associated functions: affinity . apparmor . eval.secure . unittests . 
Some associated R codes: affinity.R . apparmor.R . eval.R . onAttach.R . unittests.R .  Full RAppArmor package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

kgschart  
KGS Rank Graph Parser
Restore underlining numeric data from rating history graph of KGS (an online platform of the game o ...
Download / Learn more Package Citations See dependency  
pkgdepends  
Package Dependency Resolution and Downloads
Find recursive dependencies of 'R' packages from various sources. Solve the dependencies to obtain ...
Download / Learn more Package Citations See dependency  
RcppHNSW  
'Rcpp' Bindings for 'hnswlib', a Library for Approximate Nearest Neighbors
'Hnswlib' is a C++ library for Approximate Nearest Neighbors. This package provides a minimal R int ...
Download / Learn more Package Citations See dependency  
SCBiclust  
Identifies Mean, Variance, and Hierarchically Clustered Biclusters
Identifies a bicluster, a submatrix of the data such that the features and observations within the s ...
Download / Learn more Package Citations See dependency  
crossrun  
Joint Distribution of Number of Crossings and Longest Run
Joint distribution of number of crossings and the longest run in a series of independent Bernoulli ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  

23,229

R Packages

199,929

Dependencies

62,984

Author Associations

23,230

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA