Tizen 2.1 base
authorJinkun Jang <jinkun.jang@samsung.com>
Tue, 12 Mar 2013 06:17:55 +0000 (15:17 +0900)
committerJinkun Jang <jinkun.jang@samsung.com>
Tue, 12 Mar 2013 06:17:55 +0000 (15:17 +0900)
commit9ad40d2f965f9b07bed303d2174353f14e9a88ac
treedee48215a82b685d5bbabb4e7cdbccbd11822dd8
parent9f90aec79e67d5cabcbe079745273b32894602c1
Tizen 2.1 base
73 files changed:
COPYING [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
NEWS [new file with mode: 0644]
autogen.sh [new file with mode: 0755]
build-aux/.gitignore [new file with mode: 0644]
configure.ac [new file with mode: 0644]
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/libsmack-dev.install [new file with mode: 0644]
debian/libsmack-dev.manpages [new file with mode: 0644]
debian/libsmack1.install [new file with mode: 0644]
debian/libsmack1.postinst [new file with mode: 0644]
debian/libsmack1.postrm [new file with mode: 0644]
debian/libsmack1.symbols [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/smack-utils.dirs [new file with mode: 0644]
debian/smack-utils.init [new symlink]
debian/smack-utils.install [new file with mode: 0644]
debian/smack-utils.links [new file with mode: 0644]
debian/smack-utils.manpages [new file with mode: 0644]
debian/source/format [new file with mode: 0644]
doc/.gitignore [new file with mode: 0644]
doc/Doxyfile [new file with mode: 0644]
doc/Makefile.am [new file with mode: 0644]
doc/chsmack.8 [new file with mode: 0644]
doc/smack_accesses_add.3 [new file with mode: 0644]
doc/smack_accesses_add_from_file.3 [new file with mode: 0644]
doc/smack_accesses_add_modify.3 [new file with mode: 0644]
doc/smack_accesses_apply.3 [new file with mode: 0644]
doc/smack_accesses_clear.3 [new file with mode: 0644]
doc/smack_accesses_free.3 [new file with mode: 0644]
doc/smack_accesses_new.3 [new file with mode: 0644]
doc/smack_accesses_save.3 [new file with mode: 0644]
doc/smack_fgetlabel.3 [new file with mode: 0644]
doc/smack_fsetlabel.3 [new file with mode: 0644]
doc/smack_getlabel.3 [new file with mode: 0644]
doc/smack_have_access.3 [new file with mode: 0644]
doc/smack_lgetlabel.3 [new file with mode: 0644]
doc/smack_lsetlabel.3 [new file with mode: 0644]
doc/smack_new_label_from_self.3 [new file with mode: 0644]
doc/smack_new_label_from_socket.3 [new file with mode: 0644]
doc/smack_revoke_subject.3 [new file with mode: 0644]
doc/smack_set_label_for_self.3 [new file with mode: 0644]
doc/smack_setlabel.3 [new file with mode: 0644]
doc/smackaccess.1 [new file with mode: 0644]
doc/smackcipso.8 [new file with mode: 0644]
doc/smackctl.8 [new file with mode: 0644]
doc/smackd.8 [new file with mode: 0644]
doc/smackload.8 [new file with mode: 0644]
init/Makefile.am [new file with mode: 0644]
init/smack.mount [new file with mode: 0644]
init/smack.rc [new file with mode: 0644]
init/smack.service [new file with mode: 0644]
libsmack/.gitignore [new file with mode: 0644]
libsmack/Makefile.am [new file with mode: 0644]
libsmack/libsmack.c [new file with mode: 0644]
libsmack/libsmack.pc.in [new file with mode: 0644]
libsmack/libsmack.sym [new file with mode: 0644]
libsmack/sys/smack.h [new file with mode: 0644]
m4/.gitignore [new file with mode: 0644]
packaging/smack.spec [new file with mode: 0644]
utils/.gitignore [new file with mode: 0644]
utils/Makefile.am [new file with mode: 0644]
utils/chsmack.c [new file with mode: 0644]
utils/common.c [new file with mode: 0644]
utils/common.h [new file with mode: 0644]
utils/smackaccess.c [new file with mode: 0644]
utils/smackcipso.c [new file with mode: 0644]
utils/smackctl.c [new file with mode: 0644]
utils/smackd.c [new file with mode: 0644]
utils/smackload.c [new file with mode: 0644]