Adding New Permissions
From SELinux Wiki
(Difference between revisions)
| Revision as of 21:43, 9 March 2008 (edit) JamesMorris (Talk | contribs) ← Previous diff |
Revision as of 09:54, 13 May 2008 (edit) (undo) WikiSysop (Talk | contribs) m (6 revision(s)) Next diff → |
Revision as of 09:54, 13 May 2008
(from this mailing list post)
To add a new permission to SELinux: 1) checkout a copy of the refpolicy from oss.tresys.com 2) cd refpolicy/policy/flask/ 3) edit access_vectors and add your definition 4) run make 5) run make LINUX_D=/path/to/linux-2.6 tokern to push the kernel headers to your kernel tree 6) run make LIBSELINUX_D=/path/to/libselinux tolib to push the libselinux headers to your libselinux tree. Then you can generate patches against policy, kernel, and libselinux. There is also the backward compatibility issue - we must not break akpm's system if he boots a new kernel on an existing distro that lacks new policy.
